Color Hex Logo

#c913dc Color Hex

#C913DC
(201,19,220)
0 Favorites   0 Comments

Color spaces of #c913dc

RGB 20119220
HSL0.820.840.47
HSV294°91°86°
CMYK 0.090.910.00   0.14
XYZ37.238518.050669.2316
Yxy18.05060.29910.1450
Hunter Lab42.486082.1028-66.8738
CIE-Lab49.557483.2902-58.9500

#c913dc color RGB value is (201,19,220).

#c913dc hex color red value is 201, green value is 19 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c913dc hue: 0.82 , saturation: 0.84 and the lightness value of c913dc is 0.47.

The process color (four color CMYK) of #c913dc color hex is 0.09, 0.91, 0.00, 0.14. Web safe color of #c913dc is #cc00cc. Color #c913dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010011 11011100
Octal 311 23 334
Decimal 201 19 220
Hex C9 13 DC

RGB Percentages of Color #c913dc

%45.68
%4.32
%50.00

CMYK Percentages of Color #c913dc

%9
%91
%0
%14

Triadic Colors of #c913dc

#c913dc #dcc913 #13dcc9

Analogous Colors of #c913dc

#c913dc #dc138b #6513dc

Monochromatic Colors of #c913dc

#c913dc

Complementary Color

#c913dc #26dc13

#c913dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c913dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c913dc Color CSS Codes

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

#c913dc Text Font Color

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

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


#c913dc Background Color

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

This div background color is #c913dc


#c913dc Border Color

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

This div border color is #c913dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c913dc


Comments

No comments written yet.

Please login to write comment.