Color Hex Logo

#c219dc Color Hex

#C219DC
(194,25,220)
0 Favorites   0 Comments

Color spaces of #c219dc

RGB 19425220
HSL0.810.800.48
HSV292°89°86°
CMYK 0.120.890.00   0.14
XYZ35.514017.331969.1837
Yxy17.33190.29100.1420
Hunter Lab41.631679.4148-69.3864
CIE-Lab48.675581.3543-60.4308

#c219dc color RGB value is (194,25,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011001 11011100
Octal 302 31 334
Decimal 194 25 220
Hex C2 19 DC

RGB Percentages of Color #c219dc

%44.19
%5.69
%50.11

CMYK Percentages of Color #c219dc

%12
%89
%0
%14

Triadic Colors of #c219dc

#c219dc #dcc219 #19dcc2

Analogous Colors of #c219dc

#c219dc #dc1995 #6119dc

Monochromatic Colors of #c219dc

#c219dc

Complementary Color

#c219dc #33dc19

#c219dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c219dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c219dc Color CSS Codes

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

#c219dc Text Font Color

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

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


#c219dc Background Color

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

This div background color is #c219dc


#c219dc Border Color

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

This div border color is #c219dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c219dc


Comments

No comments written yet.

Please login to write comment.