Color Hex Logo

#c217db Color Hex

#C217DB
(194,23,219)
0 Favorites   0 Comments

Color spaces of #c217db

RGB 19423219
HSL0.810.810.47
HSV292°89°86°
CMYK 0.110.890.00   0.14
XYZ35.340717.196668.4744
Yxy17.19660.29200.1421
Hunter Lab41.468879.5516-68.8731
CIE-Lab48.506881.4948-60.1321

#c217db color RGB value is (194,23,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010111 11011011
Octal 302 27 333
Decimal 194 23 219
Hex C2 17 DB

RGB Percentages of Color #c217db

%44.50
%5.28
%50.23

CMYK Percentages of Color #c217db

%11
%89
%0
%14

Triadic Colors of #c217db

#c217db #dbc217 #17dbc2

Analogous Colors of #c217db

#c217db #db1792 #6017db

Monochromatic Colors of #c217db

#c217db

Complementary Color

#c217db #30db17

#c217db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c217db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c217db Color CSS Codes

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

#c217db Text Font Color

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

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


#c217db Background Color

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

This div background color is #c217db


#c217db Border Color

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

This div border color is #c217db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c217db


Comments

No comments written yet.

Please login to write comment.