Color Hex Logo

#c813eb Color Hex

#C813EB
(200,19,235)
0 Favorites   0 Comments

Color spaces of #c813eb

RGB 20019235
HSL0.810.850.50
HSV290°92°92°
CMYK 0.150.920.00   0.08
XYZ39.047718.743380.1570
Yxy18.74330.28310.1359
Hunter Lab43.293585.2307-79.4686
CIE-Lab50.385585.5525-66.1309

#c813eb color RGB value is (200,19,235).

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

The process color (four color CMYK) of #c813eb color hex is 0.15, 0.92, 0.00, 0.08. Web safe color of #c813eb is #cc00ff. Color #c813eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010011 11101011
Octal 310 23 353
Decimal 200 19 235
Hex C8 13 EB

RGB Percentages of Color #c813eb

%44.05
%4.19
%51.76

CMYK Percentages of Color #c813eb

%15
%92
%0
%8

Triadic Colors of #c813eb

#c813eb #ebc813 #13ebc8

Analogous Colors of #c813eb

#c813eb #eb13a2 #5c13eb

Monochromatic Colors of #c813eb

#c813eb

Complementary Color

#c813eb #36eb13

#c813eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c813eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c813eb Color CSS Codes

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

#c813eb Text Font Color

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

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


#c813eb Background Color

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

This div background color is #c813eb


#c813eb Border Color

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

This div border color is #c813eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c813eb


Comments

No comments written yet.

Please login to write comment.