color codes Logo

#c917db color codes

#C917DB
(201,23,219)
0 Favorites   0 Comments

Color spaces of #c917db

RGB 20123219
HSL0.820.810.47
HSV294°89°86°
CMYK 0.080.890.00   0.14
XYZ37.180018.144868.5605
Yxy18.14480.30010.1465
Hunter Lab42.596781.2572-65.6111
CIE-Lab49.671382.6078-58.1962

#c917db color RGB value is (201,23,219).

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

The process color (four color CMYK) of #c917db color code is 0.08, 0.89, 0.00, 0.14. Web safe color of #c917db is #cc00cc. Color #c917db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010111 11011011
Octal 311 27 333
Decimal 201 23 219
Hex C9 17 DB

RGB Percentages of Color #c917db

%45.37
%5.19
%49.44

CMYK Percentages of Color #c917db

%8
%89
%0
%14

Triadic Colors of #c917db

#c917db #dbc917 #17dbc9

Analogous Colors of #c917db

#c917db #db178b #6717db

Monochromatic Colors of #c917db

#c917db

Complementary Color

#c917db #29db17

#c917db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c917db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c917db Color CSS Codes

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

#c917db Text Font Color

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

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


#c917db Background Color

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

This div background color is #c917db


#c917db Border Color

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

This div border color is #c917db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c917db


Comments

No comments written yet.

Please login to write comment.