Color Hex Logo

#c858eb Color Hex

#C858EB
(200,88,235)
0 Favorites   0 Comments

Color spaces of #c858eb

RGB 20088235
HSL0.790.790.63
HSV286°63°92°
CMYK 0.150.630.00   0.08
XYZ42.304525.257081.2426
Yxy25.25700.28430.1697
Hunter Lab50.256362.3081-60.6666
CIE-Lab57.325065.7002-54.9779

#c858eb color RGB value is (200,88,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011000 11101011
Octal 310 130 353
Decimal 200 88 235
Hex C8 58 EB

RGB Percentages of Color #c858eb

%38.24
%16.83
%44.93

CMYK Percentages of Color #c858eb

%15
%63
%0
%8

Triadic Colors of #c858eb

#c858eb #ebc858 #58ebc8

Analogous Colors of #c858eb

#c858eb #eb58c5 #7f58eb

Monochromatic Colors of #c858eb

#c858eb

Complementary Color

#c858eb #7beb58

#c858eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c858eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c858eb Color CSS Codes

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

#c858eb Text Font Color

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

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


#c858eb Background Color

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

This div background color is #c858eb


#c858eb Border Color

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

This div border color is #c858eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c858eb


Comments

No comments written yet.

Please login to write comment.