Color Hex Logo

#c85cef Color Hex

#C85CEF
(200,92,239)
0 Favorites   0 Comments

Color spaces of #c85cef

RGB 20092239
HSL0.790.820.65
HSV284°62°94°
CMYK 0.160.620.00   0.06
XYZ43.226626.165684.4335
Yxy26.16560.28100.1701
Hunter Lab51.152361.3260-62.0592
CIE-Lab58.193964.7086-55.8242

#c85cef color RGB value is (200,92,239).

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

The process color (four color CMYK) of #c85cef color hex is 0.16, 0.62, 0.00, 0.06. Web safe color of #c85cef is #cc66ff. Color #c85cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011100 11101111
Octal 310 134 357
Decimal 200 92 239
Hex C8 5C EF

RGB Percentages of Color #c85cef

%37.66
%17.33
%45.01

CMYK Percentages of Color #c85cef

%16
%62
%0
%6

Triadic Colors of #c85cef

#c85cef #efc85c #5cefc8

Analogous Colors of #c85cef

#c85cef #ef5ccd #7f5cef

Monochromatic Colors of #c85cef

#c85cef

Complementary Color

#c85cef #83ef5c

#c85cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85cef Color CSS Codes

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

#c85cef Text Font Color

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

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


#c85cef Background Color

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

This div background color is #c85cef


#c85cef Border Color

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

This div border color is #c85cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85cef


Comments

No comments written yet.

Please login to write comment.