Color Hex Logo

#c857d2 Color Hex

#C857D2
(200,87,210)
0 Favorites   0 Comments

Color spaces of #c857d2

RGB 20087210
HSL0.820.580.58
HSV295°59°82°
CMYK 0.050.590.00   0.18
XYZ38.860523.748963.5086
Yxy23.74890.30810.1883
Hunter Lab48.732857.0568-43.1537
CIE-Lab55.835561.4662-43.2499

#c857d2 color RGB value is (200,87,210).

#c857d2 hex color red value is 200, green value is 87 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #c857d2 hue: 0.82 , saturation: 0.58 and the lightness value of c857d2 is 0.58.

The process color (four color CMYK) of #c857d2 color hex is 0.05, 0.59, 0.00, 0.18. Web safe color of #c857d2 is #cc66cc. Color #c857d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010111 11010010
Octal 310 127 322
Decimal 200 87 210
Hex C8 57 D2

RGB Percentages of Color #c857d2

%40.24
%17.51
%42.25

CMYK Percentages of Color #c857d2

%5
%59
%0
%18

Triadic Colors of #c857d2

#c857d2 #d2c857 #57d2c8

Analogous Colors of #c857d2

#c857d2 #d2579f #8b57d2

Monochromatic Colors of #c857d2

#c857d2

Complementary Color

#c857d2 #61d257

#c857d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c857d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c857d2 Color CSS Codes

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

#c857d2 Text Font Color

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

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


#c857d2 Background Color

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

This div background color is #c857d2


#c857d2 Border Color

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

This div border color is #c857d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c857d2


Comments

No comments written yet.

Please login to write comment.