Color Hex Logo

#c858bd Color Hex

#C858BD
(200,88,189)
0 Favorites   0 Comments

Color spaces of #c858bd

RGB 20088189
HSL0.850.500.56
HSV306°56°78°
CMYK 0.000.560.05   0.22
XYZ36.494422.932950.6471
Yxy22.93290.33150.2083
Hunter Lab47.888352.2255-29.1838
CIE-Lab55.003257.3639-32.5438

#c858bd color RGB value is (200,88,189).

#c858bd hex color red value is 200, green value is 88 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c858bd hue: 0.85 , saturation: 0.50 and the lightness value of c858bd is 0.56.

The process color (four color CMYK) of #c858bd color hex is 0.00, 0.56, 0.05, 0.22. Web safe color of #c858bd is #cc66cc. Color #c858bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011000 10111101
Octal 310 130 275
Decimal 200 88 189
Hex C8 58 BD

RGB Percentages of Color #c858bd

%41.93
%18.45
%39.62

CMYK Percentages of Color #c858bd

%0
%56
%5
%22

Triadic Colors of #c858bd

#c858bd #bdc858 #58bdc8

Analogous Colors of #c858bd

#c858bd #c85885 #9b58c8

Monochromatic Colors of #c858bd

#c858bd

Complementary Color

#c858bd #58c863

#c858bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c858bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c858bd Color CSS Codes

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

#c858bd Text Font Color

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

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


#c858bd Background Color

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

This div background color is #c858bd


#c858bd Border Color

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

This div border color is #c858bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c858bd


Comments

No comments written yet.

Please login to write comment.