color codes Logo

#c808eb color codes

#C808EB
(200,8,235)
0 Favorites   0 Comments

Color spaces of #c808eb

RGB 2008235
HSL0.810.930.48
HSV291°97°92°
CMYK 0.150.970.00   0.08
XYZ38.901618.451280.1084
Yxy18.45120.28300.1342
Hunter Lab42.954986.4856-80.5041
CIE-Lab50.038986.5826-66.6921

#c808eb color RGB value is (200,8,235).

#c808eb hex color red value is 200, green value is 8 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c808eb hue: 0.81 , saturation: 0.93 and the lightness value of c808eb is 0.48.

The process color (four color CMYK) of #c808eb color code is 0.15, 0.97, 0.00, 0.08. Web safe color of #c808eb is #cc00ff. Color #c808eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001000 11101011
Octal 310 10 353
Decimal 200 8 235
Hex C8 8 EB

RGB Percentages of Color #c808eb

%45.15
%1.81
%53.05

CMYK Percentages of Color #c808eb

%15
%97
%0
%8

Triadic Colors of #c808eb

#c808eb #ebc808 #08ebc8

Analogous Colors of #c808eb

#c808eb #eb089d #5708eb

Monochromatic Colors of #c808eb

#c808eb

Complementary Color

#c808eb #2beb08

#c808eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c808eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c808eb Color CSS Codes

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

#c808eb Text Font Color

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

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


#c808eb Background Color

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

This div background color is #c808eb


#c808eb Border Color

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

This div border color is #c808eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c808eb


Comments

No comments written yet.

Please login to write comment.