Color Hex Logo

#c020dd Color Hex

#C020DD
(192,32,221)
0 Favorites   0 Comments

Color spaces of #c020dd

RGB 19232221
HSL0.810.750.50
HSV291°86°87°
CMYK 0.130.860.00   0.13
XYZ35.305917.459969.9159
Yxy17.45990.28780.1423
Hunter Lab41.785077.6981-69.9561
CIE-Lab48.834479.9649-60.7614

#c020dd color RGB value is (192,32,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100000 11011101
Octal 300 40 335
Decimal 192 32 221
Hex C0 20 DD

RGB Percentages of Color #c020dd

%43.15
%7.19
%49.66

CMYK Percentages of Color #c020dd

%13
%86
%0
%13

Triadic Colors of #c020dd

#c020dd #ddc020 #20ddc0

Analogous Colors of #c020dd

#c020dd #dd209c #6120dd

Monochromatic Colors of #c020dd

#c020dd

Complementary Color

#c020dd #3ddd20

#c020dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c020dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c020dd Color CSS Codes

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

#c020dd Text Font Color

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

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


#c020dd Background Color

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

This div background color is #c020dd


#c020dd Border Color

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

This div border color is #c020dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c020dd


Comments

No comments written yet.

Please login to write comment.