Color Hex Logo

#c814eb Color Hex

#C814EB
(200,20,235)
0 Favorites   0 Comments

Color spaces of #c814eb

RGB 20020235
HSL0.810.840.50
HSV290°91°92°
CMYK 0.150.910.00   0.08
XYZ39.065018.777880.1628
Yxy18.77780.28310.1361
Hunter Lab43.333485.0843-79.3478
CIE-Lab50.426285.4319-66.0650

#c814eb color RGB value is (200,20,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010100 11101011
Octal 310 24 353
Decimal 200 20 235
Hex C8 14 EB

RGB Percentages of Color #c814eb

%43.96
%4.40
%51.65

CMYK Percentages of Color #c814eb

%15
%91
%0
%8

Triadic Colors of #c814eb

#c814eb #ebc814 #14ebc8

Analogous Colors of #c814eb

#c814eb #eb14a3 #5d14eb

Monochromatic Colors of #c814eb

#c814eb

Complementary Color

#c814eb #37eb14

#c814eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c814eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c814eb Color CSS Codes

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

#c814eb Text Font Color

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

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


#c814eb Background Color

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

This div background color is #c814eb


#c814eb Border Color

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

This div border color is #c814eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c814eb


Comments

No comments written yet.

Please login to write comment.