Color Hex Logo

#c920dd Color Hex

#C920DD
(201,32,221)
0 Favorites   0 Comments

Color spaces of #c920dd

RGB 20132221
HSL0.820.750.50
HSV294°86°87°
CMYK 0.090.860.00   0.13
XYZ37.655118.671070.0258
Yxy18.67100.29800.1478
Hunter Lab43.210079.9355-65.8381
CIE-Lab50.300081.4486-58.3248

#c920dd color RGB value is (201,32,221).

#c920dd hex color red value is 201, green value is 32 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c920dd hue: 0.82 , saturation: 0.75 and the lightness value of c920dd is 0.50.

The process color (four color CMYK) of #c920dd color hex is 0.09, 0.86, 0.00, 0.13. Web safe color of #c920dd is #cc33cc. Color #c920dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100000 11011101
Octal 311 40 335
Decimal 201 32 221
Hex C9 20 DD

RGB Percentages of Color #c920dd

%44.27
%7.05
%48.68

CMYK Percentages of Color #c920dd

%9
%86
%0
%13

Triadic Colors of #c920dd

#c920dd #ddc920 #20ddc9

Analogous Colors of #c920dd

#c920dd #dd2093 #6b20dd

Monochromatic Colors of #c920dd

#c920dd

Complementary Color

#c920dd #34dd20

#c920dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c920dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c920dd Color CSS Codes

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

#c920dd Text Font Color

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

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


#c920dd Background Color

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

This div background color is #c920dd


#c920dd Border Color

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

This div border color is #c920dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c920dd


Comments

No comments written yet.

Please login to write comment.