Color Hex Logo

#c017db Color Hex

#C017DB
(192,23,219)
0 Favorites   0 Comments

Color spaces of #c017db

RGB 19223219
HSL0.810.810.47
HSV292°89°86°
CMYK 0.120.890.00   0.14
XYZ34.830816.933768.4506
Yxy16.93370.28970.1409
Hunter Lab41.150679.0730-69.8186
CIE-Lab48.176481.1815-60.6820

#c017db color RGB value is (192,23,219).

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

The process color (four color CMYK) of #c017db color hex is 0.12, 0.89, 0.00, 0.14. Web safe color of #c017db is #cc00cc. Color #c017db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010111 11011011
Octal 300 27 333
Decimal 192 23 219
Hex C0 17 DB

RGB Percentages of Color #c017db

%44.24
%5.30
%50.46

CMYK Percentages of Color #c017db

%12
%89
%0
%14

Triadic Colors of #c017db

#c017db #dbc017 #17dbc0

Analogous Colors of #c017db

#c017db #db1794 #5e17db

Monochromatic Colors of #c017db

#c017db

Complementary Color

#c017db #32db17

#c017db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c017db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c017db Color CSS Codes

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

#c017db Text Font Color

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

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


#c017db Background Color

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

This div background color is #c017db


#c017db Border Color

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

This div border color is #c017db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c017db


Comments

No comments written yet.

Please login to write comment.