Color Hex Logo

#a857c0 Color Hex

#A857C0
(168,87,192)
0 Favorites   0 Comments

Color spaces of #a857c0

RGB 16887192
HSL0.800.450.55
HSV286°55°75°
CMYK 0.130.550.00   0.25
XYZ29.071118.947051.9941
Yxy18.94700.29070.1894
Hunter Lab43.528243.0403-40.3518
CIE-Lab50.625149.7046-41.4539

#a857c0 color RGB value is (168,87,192).

#a857c0 hex color red value is 168, green value is 87 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #a857c0 hue: 0.80 , saturation: 0.45 and the lightness value of a857c0 is 0.55.

The process color (four color CMYK) of #a857c0 color hex is 0.13, 0.55, 0.00, 0.25. Web safe color of #a857c0 is #9966cc. Color #a857c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010111 11000000
Octal 250 127 300
Decimal 168 87 192
Hex A8 57 C0

RGB Percentages of Color #a857c0

%37.58
%19.46
%42.95

CMYK Percentages of Color #a857c0

%13
%55
%0
%25

Triadic Colors of #a857c0

#a857c0 #c0a857 #57c0a8

Analogous Colors of #a857c0

#a857c0 #c057a4 #7457c0

Monochromatic Colors of #a857c0

#a857c0

Complementary Color

#a857c0 #6fc057

#a857c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a857c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a857c0 Color CSS Codes

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

#a857c0 Text Font Color

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

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


#a857c0 Background Color

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

This div background color is #a857c0


#a857c0 Border Color

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

This div border color is #a857c0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,87,192, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a857c0


Comments

No comments written yet.

Please login to write comment.