Color Hex Logo

#c858ea Color Hex

#C858EA
(200,88,234)
0 Favorites   0 Comments

Color spaces of #c858ea

RGB 20088234
HSL0.790.780.63
HSV286°62°92°
CMYK 0.150.620.00   0.08
XYZ42.160425.199380.4838
Yxy25.19930.28520.1704
Hunter Lab50.198962.0682-59.9203
CIE-Lab57.269165.5072-54.5077

#c858ea color RGB value is (200,88,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011000 11101010
Octal 310 130 352
Decimal 200 88 234
Hex C8 58 EA

RGB Percentages of Color #c858ea

%38.31
%16.86
%44.83

CMYK Percentages of Color #c858ea

%15
%62
%0
%8

Triadic Colors of #c858ea

#c858ea #eac858 #58eac8

Analogous Colors of #c858ea

#c858ea #ea58c3 #7f58ea

Monochromatic Colors of #c858ea

#c858ea

Complementary Color

#c858ea #7aea58

#c858ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c858ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c858ea Color CSS Codes

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

#c858ea Text Font Color

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

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


#c858ea Background Color

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

This div background color is #c858ea


#c858ea Border Color

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

This div border color is #c858ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c858ea


Comments

No comments written yet.

Please login to write comment.