Color Hex Logo

#c218dc Color Hex

#C218DC
(194,24,220)
0 Favorites   0 Comments

Color spaces of #c218dc

RGB 19424220
HSL0.810.800.48
HSV292°89°86°
CMYK 0.120.890.00   0.14
XYZ35.493017.289969.1767
Yxy17.28990.29100.1418
Hunter Lab41.581179.5978-69.5314
CIE-Lab48.623381.5086-60.5152

#c218dc color RGB value is (194,24,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011000 11011100
Octal 302 30 334
Decimal 194 24 220
Hex C2 18 DC

RGB Percentages of Color #c218dc

%44.29
%5.48
%50.23

CMYK Percentages of Color #c218dc

%12
%89
%0
%14

Triadic Colors of #c218dc

#c218dc #dcc218 #18dcc2

Analogous Colors of #c218dc

#c218dc #dc1894 #6018dc

Monochromatic Colors of #c218dc

#c218dc

Complementary Color

#c218dc #32dc18

#c218dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c218dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c218dc Color CSS Codes

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

#c218dc Text Font Color

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

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


#c218dc Background Color

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

This div background color is #c218dc


#c218dc Border Color

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

This div border color is #c218dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c218dc


Comments

No comments written yet.

Please login to write comment.