Color Hex Logo

#a87fcb Color Hex

#A87FCB
(168,127,203)
0 Favorites   0 Comments

Color spaces of #a87fcb

RGB 168127203
HSL0.760.420.65
HSV272°37°80°
CMYK 0.170.370.00   0.20
XYZ34.517327.815460.0496
Yxy27.81540.28200.2273
Hunter Lab52.740324.5285-30.5888
CIE-Lab59.721630.3409-33.4592

#a87fcb color RGB value is (168,127,203).

#a87fcb hex color red value is 168, green value is 127 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a87fcb hue: 0.76 , saturation: 0.42 and the lightness value of a87fcb is 0.65.

The process color (four color CMYK) of #a87fcb color hex is 0.17, 0.37, 0.00, 0.20. Web safe color of #a87fcb is #9966cc. Color #a87fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111111 11001011
Octal 250 177 313
Decimal 168 127 203
Hex A8 7F CB

RGB Percentages of Color #a87fcb

%33.73
%25.50
%40.76

CMYK Percentages of Color #a87fcb

%17
%37
%0
%20

Triadic Colors of #a87fcb

#a87fcb #cba87f #7fcba8

Analogous Colors of #a87fcb

#a87fcb #cb7fc8 #827fcb

Monochromatic Colors of #a87fcb

#a87fcb

Complementary Color

#a87fcb #a2cb7f

#a87fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87fcb Color CSS Codes

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

#a87fcb Text Font Color

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

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


#a87fcb Background Color

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

This div background color is #a87fcb


#a87fcb Border Color

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

This div border color is #a87fcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,127,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 #a87fcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87fcb


Comments

No comments written yet.

Please login to write comment.