Color Hex Logo

#af89cb Color Hex

#AF89CB
(175,137,203)
0 Favorites   0 Comments

Color spaces of #af89cb

RGB 175137203
HSL0.760.390.67
HSV275°33°80°
CMYK 0.140.330.00   0.20
XYZ37.404331.317160.5733
Yxy31.31710.28930.2422
Hunter Lab55.961721.3749-25.0027
CIE-Lab62.774426.8626-28.6711

#af89cb color RGB value is (175,137,203).

#af89cb hex color red value is 175, green value is 137 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #af89cb hue: 0.76 , saturation: 0.39 and the lightness value of af89cb is 0.67.

The process color (four color CMYK) of #af89cb color hex is 0.14, 0.33, 0.00, 0.20. Web safe color of #af89cb is #9999cc. Color #af89cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 11001011
Octal 257 211 313
Decimal 175 137 203
Hex AF 89 CB

RGB Percentages of Color #af89cb

%33.98
%26.60
%39.42

CMYK Percentages of Color #af89cb

%14
%33
%0
%20

Triadic Colors of #af89cb

#af89cb #cbaf89 #89cbaf

Analogous Colors of #af89cb

#af89cb #cb89c6 #8e89cb

Monochromatic Colors of #af89cb

#af89cb

Complementary Color

#af89cb #a5cb89

#af89cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af89cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af89cb Color CSS Codes

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

#af89cb Text Font Color

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

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


#af89cb Background Color

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

This div background color is #af89cb


#af89cb Border Color

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

This div border color is #af89cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af89cb


Comments

No comments written yet.

Please login to write comment.