Color Hex Logo

#c217dc Color Hex

#C217DC
(194,23,220)
0 Favorites   0 Comments

Color spaces of #c217dc

RGB 19423220
HSL0.810.810.48
HSV292°90°86°
CMYK 0.120.900.00   0.14
XYZ35.472817.249469.1700
Yxy17.24940.29100.1415
Hunter Lab41.532479.7751-69.6717
CIE-Lab48.572881.6580-60.5967

#c217dc color RGB value is (194,23,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010111 11011100
Octal 302 27 334
Decimal 194 23 220
Hex C2 17 DC

RGB Percentages of Color #c217dc

%44.39
%5.26
%50.34

CMYK Percentages of Color #c217dc

%12
%90
%0
%14

Triadic Colors of #c217dc

#c217dc #dcc217 #17dcc2

Analogous Colors of #c217dc

#c217dc #dc1794 #6017dc

Monochromatic Colors of #c217dc

#c217dc

Complementary Color

#c217dc #31dc17

#c217dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c217dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c217dc Color CSS Codes

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

#c217dc Text Font Color

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

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


#c217dc Background Color

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

This div background color is #c217dc


#c217dc Border Color

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

This div border color is #c217dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c217dc


Comments

No comments written yet.

Please login to write comment.