Color Hex Logo

#c011ea Color Hex

#C011EA
(192,17,234)
0 Favorites   0 Comments

Color spaces of #c011ea

RGB 19217234
HSL0.800.860.49
HSV288°93°92°
CMYK 0.180.930.00   0.08
XYZ36.790017.547979.2899
Yxy17.54790.27530.1313
Hunter Lab41.890283.4594-82.9011
CIE-Lab48.943184.4634-67.9642

#c011ea color RGB value is (192,17,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010001 11101010
Octal 300 21 352
Decimal 192 17 234
Hex C0 11 EA

RGB Percentages of Color #c011ea

%43.34
%3.84
%52.82

CMYK Percentages of Color #c011ea

%18
%93
%0
%8

Triadic Colors of #c011ea

#c011ea #eac011 #11eac0

Analogous Colors of #c011ea

#c011ea #ea11a8 #5311ea

Monochromatic Colors of #c011ea

#c011ea

Complementary Color

#c011ea #3bea11

#c011ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c011ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c011ea Color CSS Codes

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

#c011ea Text Font Color

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

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


#c011ea Background Color

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

This div background color is #c011ea


#c011ea Border Color

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

This div border color is #c011ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c011ea


Comments

No comments written yet.

Please login to write comment.