Color Hex Logo

#c913db Color Hex

#C913DB
(201,19,219)
0 Favorites   0 Comments

Color spaces of #c913db

RGB 20119219
HSL0.820.840.47
HSV295°91°86°
CMYK 0.080.910.00   0.14
XYZ37.106417.997768.5360
Yxy17.99770.30010.1456
Hunter Lab42.423781.8857-66.0871
CIE-Lab49.493383.1334-58.4826

#c913db color RGB value is (201,19,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010011 11011011
Octal 311 23 333
Decimal 201 19 219
Hex C9 13 DB

RGB Percentages of Color #c913db

%45.79
%4.33
%49.89

CMYK Percentages of Color #c913db

%8
%91
%0
%14

Triadic Colors of #c913db

#c913db #dbc913 #13dbc9

Analogous Colors of #c913db

#c913db #db1389 #6513db

Monochromatic Colors of #c913db

#c913db

Complementary Color

#c913db #25db13

#c913db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c913db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c913db Color CSS Codes

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

#c913db Text Font Color

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

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


#c913db Background Color

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

This div background color is #c913db


#c913db Border Color

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

This div border color is #c913db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c913db


Comments

No comments written yet.

Please login to write comment.