Color Hex Logo

#c85ceb Color Hex

#C85CEB
(200,92,235)
0 Favorites   0 Comments

Color spaces of #c85ceb

RGB 20092235
HSL0.790.780.64
HSV285°61°92°
CMYK 0.150.610.00   0.08
XYZ42.642025.931881.3551
Yxy25.93180.28440.1730
Hunter Lab50.923360.3561-59.0755
CIE-Lab57.972363.9227-53.9456

#c85ceb color RGB value is (200,92,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011100 11101011
Octal 310 134 353
Decimal 200 92 235
Hex C8 5C EB

RGB Percentages of Color #c85ceb

%37.95
%17.46
%44.59

CMYK Percentages of Color #c85ceb

%15
%61
%0
%8

Triadic Colors of #c85ceb

#c85ceb #ebc85c #5cebc8

Analogous Colors of #c85ceb

#c85ceb #eb5cc7 #815ceb

Monochromatic Colors of #c85ceb

#c85ceb

Complementary Color

#c85ceb #7feb5c

#c85ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85ceb Color CSS Codes

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

#c85ceb Text Font Color

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

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


#c85ceb Background Color

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

This div background color is #c85ceb


#c85ceb Border Color

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

This div border color is #c85ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85ceb


Comments

No comments written yet.

Please login to write comment.