Color Hex Logo

#c913ec Color Hex

#C913EC
(201,19,236)
0 Favorites   0 Comments

Color spaces of #c913ec

RGB 20119236
HSL0.810.850.50
HSV290°92°93°
CMYK 0.150.920.00   0.07
XYZ39.460618.939480.9327
Yxy18.93940.28320.1359
Hunter Lab43.519485.6933-79.7975
CIE-Lab50.616285.8636-66.3137

#c913ec color RGB value is (201,19,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010011 11101100
Octal 311 23 354
Decimal 201 19 236
Hex C9 13 EC

RGB Percentages of Color #c913ec

%44.08
%4.17
%51.75

CMYK Percentages of Color #c913ec

%15
%92
%0
%7

Triadic Colors of #c913ec

#c913ec #ecc913 #13ecc9

Analogous Colors of #c913ec

#c913ec #ec13a3 #5d13ec

Monochromatic Colors of #c913ec

#c913ec

Complementary Color

#c913ec #36ec13

#c913ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c913ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c913ec Color CSS Codes

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

#c913ec Text Font Color

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

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


#c913ec Background Color

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

This div background color is #c913ec


#c913ec Border Color

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

This div border color is #c913ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c913ec


Comments

No comments written yet.

Please login to write comment.