Color Hex Logo

#c85dbe Color Hex

#C85DBE
(200,93,190)
0 Favorites   0 Comments

Color spaces of #c85dbe

RGB 20093190
HSL0.850.490.57
HSV306°54°78°
CMYK 0.000.540.05   0.22
XYZ37.028023.825851.3624
Yxy23.82580.33000.2123
Hunter Lab48.811749.9877-28.2201
CIE-Lab55.913055.2050-31.7013

#c85dbe color RGB value is (200,93,190).

#c85dbe hex color red value is 200, green value is 93 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c85dbe hue: 0.85 , saturation: 0.49 and the lightness value of c85dbe is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011101 10111110
Octal 310 135 276
Decimal 200 93 190
Hex C8 5D BE

RGB Percentages of Color #c85dbe

%41.41
%19.25
%39.34

CMYK Percentages of Color #c85dbe

%0
%54
%5
%22

Triadic Colors of #c85dbe

#c85dbe #bec85d #5dbec8

Analogous Colors of #c85dbe

#c85dbe #c85d89 #9d5dc8

Monochromatic Colors of #c85dbe

#c85dbe

Complementary Color

#c85dbe #5dc867

#c85dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85dbe Color CSS Codes

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

#c85dbe Text Font Color

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

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


#c85dbe Background Color

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

This div background color is #c85dbe


#c85dbe Border Color

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

This div border color is #c85dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85dbe


Comments

No comments written yet.

Please login to write comment.