Color Hex Logo

#c217cd Color Hex

#C217CD
(194,23,205)
0 Favorites   0 Comments

Color spaces of #c217cd

RGB 19423205
HSL0.820.800.45
HSV296°89°80°
CMYK 0.050.890.00   0.20
XYZ33.574016.489959.1709
Yxy16.48990.30740.1510
Hunter Lab40.607876.5181-57.9680
CIE-Lab47.610879.2631-53.5360

#c217cd color RGB value is (194,23,205).

#c217cd hex color red value is 194, green value is 23 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c217cd hue: 0.82 , saturation: 0.80 and the lightness value of c217cd is 0.45.

The process color (four color CMYK) of #c217cd color hex is 0.05, 0.89, 0.00, 0.20. Web safe color of #c217cd is #cc00cc. Color #c217cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010111 11001101
Octal 302 27 315
Decimal 194 23 205
Hex C2 17 CD

RGB Percentages of Color #c217cd

%45.97
%5.45
%48.58

CMYK Percentages of Color #c217cd

%5
%89
%0
%20

Triadic Colors of #c217cd

#c217cd #cdc217 #17cdc2

Analogous Colors of #c217cd

#c217cd #cd177d #6717cd

Monochromatic Colors of #c217cd

#c217cd

Complementary Color

#c217cd #22cd17

#c217cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c217cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c217cd Color CSS Codes

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

#c217cd Text Font Color

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

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


#c217cd Background Color

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

This div background color is #c217cd


#c217cd Border Color

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

This div border color is #c217cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,23,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c217cd


Comments

No comments written yet.

Please login to write comment.