Color Hex Logo

#c811ea Color Hex

#C811EA
(200,17,234)
0 Favorites   0 Comments

Color spaces of #c811ea

RGB 20017234
HSL0.810.860.49
HSV291°93°92°
CMYK 0.150.930.00   0.08
XYZ38.871118.620879.3873
Yxy18.62080.28400.1360
Hunter Lab43.151885.2768-78.8708
CIE-Lab50.240685.6160-65.8009

#c811ea color RGB value is (200,17,234).

#c811ea hex color red value is 200, green value is 17 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c811ea hue: 0.81 , saturation: 0.86 and the lightness value of c811ea is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010001 11101010
Octal 310 21 352
Decimal 200 17 234
Hex C8 11 EA

RGB Percentages of Color #c811ea

%44.35
%3.77
%51.88

CMYK Percentages of Color #c811ea

%15
%93
%0
%8

Triadic Colors of #c811ea

#c811ea #eac811 #11eac8

Analogous Colors of #c811ea

#c811ea #ea11a0 #5b11ea

Monochromatic Colors of #c811ea

#c811ea

Complementary Color

#c811ea #33ea11

#c811ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c811ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c811ea Color CSS Codes

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

#c811ea Text Font Color

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

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


#c811ea Background Color

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

This div background color is #c811ea


#c811ea Border Color

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

This div border color is #c811ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c811ea


Comments

No comments written yet.

Please login to write comment.