Color Hex Logo

#af409b Color Hex

#AF409B
(175,64,155)
0 Favorites   0 Comments

Color spaces of #af409b

RGB 17564155
HSL0.860.460.47
HSV311°63°69°
CMYK 0.000.630.11   0.31
XYZ25.429015.147332.5938
Yxy15.14730.34750.2070
Hunter Lab38.919548.5180-22.4097
CIE-Lab45.835355.6499-27.1768

#af409b color RGB value is (175,64,155).

#af409b hex color red value is 175, green value is 64 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #af409b hue: 0.86 , saturation: 0.46 and the lightness value of af409b is 0.47.

The process color (four color CMYK) of #af409b color hex is 0.00, 0.63, 0.11, 0.31. Web safe color of #af409b is #993399. Color #af409b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000000 10011011
Octal 257 100 233
Decimal 175 64 155
Hex AF 40 9B

RGB Percentages of Color #af409b

%44.42
%16.24
%39.34

CMYK Percentages of Color #af409b

%0
%63
%11
%31

Triadic Colors of #af409b

#af409b #9baf40 #409baf

Analogous Colors of #af409b

#af409b #af4064 #8c40af

Monochromatic Colors of #af409b

#af409b

Complementary Color

#af409b #40af54

#af409b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af409b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af409b Color CSS Codes

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

#af409b Text Font Color

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

This sample text font color is #af409b
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.


#af409b Background Color

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

This div background color is #af409b


#af409b Border Color

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

This div border color is #af409b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af409b


Comments

No comments written yet.

Please login to write comment.