Color Hex Logo

#c911ec Color Hex

#C911EC
(201,17,236)
0 Favorites   0 Comments

Color spaces of #c911ec

RGB 20117236
HSL0.810.870.50
HSV290°93°93°
CMYK 0.150.930.00   0.07
XYZ39.428218.874580.9219
Yxy18.87450.28320.1356
Hunter Lab43.444885.9688-80.0244
CIE-Lab50.540186.0898-66.4370

#c911ec color RGB value is (201,17,236).

#c911ec hex color red value is 201, green value is 17 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c911ec hue: 0.81 , saturation: 0.87 and the lightness value of c911ec is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010001 11101100
Octal 311 21 354
Decimal 201 17 236
Hex C9 11 EC

RGB Percentages of Color #c911ec

%44.27
%3.74
%51.98

CMYK Percentages of Color #c911ec

%15
%93
%0
%7

Triadic Colors of #c911ec

#c911ec #ecc911 #11ecc9

Analogous Colors of #c911ec

#c911ec #ec11a2 #5c11ec

Monochromatic Colors of #c911ec

#c911ec

Complementary Color

#c911ec #34ec11

#c911ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c911ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c911ec Color CSS Codes

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

#c911ec Text Font Color

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

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


#c911ec Background Color

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

This div background color is #c911ec


#c911ec Border Color

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

This div border color is #c911ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,17,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c911ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c911ec


Comments

No comments written yet.

Please login to write comment.