Color Hex Logo

#c85ebe Color Hex

#C85EBE
(200,94,190)
0 Favorites   0 Comments

Color spaces of #c85ebe

RGB 20094190
HSL0.850.490.58
HSV306°53°78°
CMYK 0.000.530.05   0.22
XYZ37.116424.002551.3919
Yxy24.00250.32990.2133
Hunter Lab48.992349.4943-27.8993
CIE-Lab56.090354.7310-31.4254

#c85ebe color RGB value is (200,94,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011110 10111110
Octal 310 136 276
Decimal 200 94 190
Hex C8 5E BE

RGB Percentages of Color #c85ebe

%41.32
%19.42
%39.26

CMYK Percentages of Color #c85ebe

%0
%53
%5
%22

Triadic Colors of #c85ebe

#c85ebe #bec85e #5ebec8

Analogous Colors of #c85ebe

#c85ebe #c85e89 #9d5ec8

Monochromatic Colors of #c85ebe

#c85ebe

Complementary Color

#c85ebe #5ec868

#c85ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85ebe Color CSS Codes

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

#c85ebe Text Font Color

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

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


#c85ebe Background Color

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

This div background color is #c85ebe


#c85ebe Border Color

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

This div border color is #c85ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85ebe


Comments

No comments written yet.

Please login to write comment.