Color Hex Logo

#af4aed Color Hex

#AF4AED
(175,74,237)
0 Favorites   0 Comments

Color spaces of #af4aed

RGB 17574237
HSL0.770.820.61
HSV277°69°93°
CMYK 0.260.690.00   0.07
XYZ35.414020.125982.1389
Yxy20.12590.25720.1462
Hunter Lab44.861962.3996-77.1524
CIE-Lab51.979366.7758-64.8593

#af4aed color RGB value is (175,74,237).

#af4aed hex color red value is 175, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #af4aed hue: 0.77 , saturation: 0.82 and the lightness value of af4aed is 0.61.

The process color (four color CMYK) of #af4aed color hex is 0.26, 0.69, 0.00, 0.07. Web safe color of #af4aed is #9933ff. Color #af4aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001010 11101101
Octal 257 112 355
Decimal 175 74 237
Hex AF 4A ED

RGB Percentages of Color #af4aed

%36.01
%15.23
%48.77

CMYK Percentages of Color #af4aed

%26
%69
%0
%7

Triadic Colors of #af4aed

#af4aed #edaf4a #4aedaf

Analogous Colors of #af4aed

#af4aed #ed4ada #5e4aed

Monochromatic Colors of #af4aed

#af4aed

Complementary Color

#af4aed #88ed4a

#af4aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4aed Color CSS Codes

.mybgcolor {background-color:#af4aed; } 
.myforecolor {color:#af4aed; }
.mybordercolor {border:3px solid #af4aed; }

#af4aed Text Font Color

<p style="color:#af4aed">Text here</p>

This sample text font color is #af4aed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af4aed Background Color

<div style="background-color:#af4aed">
Div content here</div>

This div background color is #af4aed


#af4aed Border Color

<div style="border:3px solid #af4aed">
Div here</div>

This div border color is #af4aed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,74,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af4aed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af4aed;
  -webkit-box-shadow: 1px 1px 3px 2px #af4aed;
  box-shadow:         1px 1px 3px 2px #af4aed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,74,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af4aed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af4aed;
  -webkit-box-shadow: 1px 1px 3px 2px #af4aed;
  box-shadow:         1px 1px 3px 2px #af4aed;">
Div content here</div>

This div box has shadow with color #af4aed


Comments

No comments written yet.

Please login to write comment.