Color Hex Logo

#c211dd Color Hex

#C211DD
(194,17,221)
0 Favorites   0 Comments

Color spaces of #c211dd

RGB 19417221
HSL0.810.860.47
HSV292°92°87°
CMYK 0.120.920.00   0.13
XYZ35.499717.090769.8344
Yxy17.09070.29000.1396
Hunter Lab41.340980.9325-71.2160
CIE-Lab48.374182.6052-61.4879

#c211dd color RGB value is (194,17,221).

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

The process color (four color CMYK) of #c211dd color hex is 0.12, 0.92, 0.00, 0.13. Web safe color of #c211dd is #cc00cc. Color #c211dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010001 11011101
Octal 302 21 335
Decimal 194 17 221
Hex C2 11 DD

RGB Percentages of Color #c211dd

%44.91
%3.94
%51.16

CMYK Percentages of Color #c211dd

%12
%92
%0
%13

Triadic Colors of #c211dd

#c211dd #ddc211 #11ddc2

Analogous Colors of #c211dd

#c211dd #dd1192 #5c11dd

Monochromatic Colors of #c211dd

#c211dd

Complementary Color

#c211dd #2cdd11

#c211dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c211dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c211dd Color CSS Codes

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

#c211dd Text Font Color

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

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


#c211dd Background Color

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

This div background color is #c211dd


#c211dd Border Color

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

This div border color is #c211dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c211dd


Comments

No comments written yet.

Please login to write comment.