Color Hex Logo

#c85eee Color Hex

#C85EEE
(200,94,238)
0 Favorites   0 Comments

Color spaces of #c85eee

RGB 20094238
HSL0.790.810.65
HSV284°61°93°
CMYK 0.160.610.00   0.07
XYZ43.254726.457883.7160
Yxy26.45780.28190.1724
Hunter Lab51.437160.0898-60.4908
CIE-Lab58.469163.6059-54.8278

#c85eee color RGB value is (200,94,238).

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

The process color (four color CMYK) of #c85eee color hex is 0.16, 0.61, 0.00, 0.07. Web safe color of #c85eee is #cc66ff. Color #c85eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011110 11101110
Octal 310 136 356
Decimal 200 94 238
Hex C8 5E EE

RGB Percentages of Color #c85eee

%37.59
%17.67
%44.74

CMYK Percentages of Color #c85eee

%16
%61
%0
%7

Triadic Colors of #c85eee

#c85eee #eec85e #5eeec8

Analogous Colors of #c85eee

#c85eee #ee5ecc #805eee

Monochromatic Colors of #c85eee

#c85eee

Complementary Color

#c85eee #84ee5e

#c85eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85eee Color CSS Codes

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

#c85eee Text Font Color

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

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


#c85eee Background Color

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

This div background color is #c85eee


#c85eee Border Color

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

This div border color is #c85eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85eee


Comments

No comments written yet.

Please login to write comment.