Color Hex Logo

#c85eea Color Hex

#C85EEA
(200,94,234)
0 Favorites   0 Comments

Color spaces of #c85eea

RGB 20094234
HSL0.790.770.64
HSV285°60°92°
CMYK 0.150.600.00   0.08
XYZ42.673426.225380.6548
Yxy26.22530.28530.1754
Hunter Lab51.210659.1239-57.5320
CIE-Lab58.250362.8183-52.9440

#c85eea color RGB value is (200,94,234).

#c85eea hex color red value is 200, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c85eea hue: 0.79 , saturation: 0.77 and the lightness value of c85eea is 0.64.

The process color (four color CMYK) of #c85eea color hex is 0.15, 0.60, 0.00, 0.08. Web safe color of #c85eea is #cc66ff. Color #c85eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011110 11101010
Octal 310 136 352
Decimal 200 94 234
Hex C8 5E EA

RGB Percentages of Color #c85eea

%37.88
%17.80
%44.32

CMYK Percentages of Color #c85eea

%15
%60
%0
%8

Triadic Colors of #c85eea

#c85eea #eac85e #5eeac8

Analogous Colors of #c85eea

#c85eea #ea5ec6 #825eea

Monochromatic Colors of #c85eea

#c85eea

Complementary Color

#c85eea #80ea5e

#c85eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85eea Color CSS Codes

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

#c85eea Text Font Color

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

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


#c85eea Background Color

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

This div background color is #c85eea


#c85eea Border Color

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

This div border color is #c85eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85eea


Comments

No comments written yet.

Please login to write comment.