Color Hex Logo

#c020dc Color Hex

#C020DC
(192,32,220)
0 Favorites   0 Comments

Color spaces of #c020dc

RGB 19232220
HSL0.810.750.49
HSV291°85°86°
CMYK 0.130.850.00   0.14
XYZ35.173017.406869.2162
Yxy17.40680.28880.1429
Hunter Lab41.721577.4707-69.1575
CIE-Lab48.768679.7969-60.2974

#c020dc color RGB value is (192,32,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100000 11011100
Octal 300 40 334
Decimal 192 32 220
Hex C0 20 DC

RGB Percentages of Color #c020dc

%43.24
%7.21
%49.55

CMYK Percentages of Color #c020dc

%13
%85
%0
%14

Triadic Colors of #c020dc

#c020dc #dcc020 #20dcc0

Analogous Colors of #c020dc

#c020dc #dc209a #6220dc

Monochromatic Colors of #c020dc

#c020dc

Complementary Color

#c020dc #3cdc20

#c020dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c020dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c020dc Color CSS Codes

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

#c020dc Text Font Color

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

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


#c020dc Background Color

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

This div background color is #c020dc


#c020dc Border Color

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

This div border color is #c020dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c020dc


Comments

No comments written yet.

Please login to write comment.