Color Hex Logo

#c913df Color Hex

#C913DF
(201,19,223)
0 Favorites   0 Comments

Color spaces of #c913df

RGB 20119223
HSL0.820.840.47
HSV294°91°87°
CMYK 0.100.910.00   0.13
XYZ37.639518.211071.3433
Yxy18.21100.29590.1432
Hunter Lab42.674382.7599-69.2494
CIE-Lab49.751083.7643-60.3473

#c913df color RGB value is (201,19,223).

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

The process color (four color CMYK) of #c913df color hex is 0.10, 0.91, 0.00, 0.13. Web safe color of #c913df is #cc00cc. Color #c913df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010011 11011111
Octal 311 23 337
Decimal 201 19 223
Hex C9 13 DF

RGB Percentages of Color #c913df

%45.37
%4.29
%50.34

CMYK Percentages of Color #c913df

%10
%91
%0
%13

Triadic Colors of #c913df

#c913df #dfc913 #13dfc9

Analogous Colors of #c913df

#c913df #df138f #6313df

Monochromatic Colors of #c913df

#c913df

Complementary Color

#c913df #29df13

#c913df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c913df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c913df Color CSS Codes

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

#c913df Text Font Color

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

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


#c913df Background Color

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

This div background color is #c913df


#c913df Border Color

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

This div border color is #c913df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c913df


Comments

No comments written yet.

Please login to write comment.