Color Hex Logo

#c020cd Color Hex

#C020CD
(192,32,205)
0 Favorites   0 Comments

Color spaces of #c020cd

RGB 19232205
HSL0.820.730.46
HSV295°84°80°
CMYK 0.060.840.00   0.20
XYZ33.274216.647359.2171
Yxy16.64730.30490.1525
Hunter Lab40.801174.1688-57.4904
CIE-Lab47.812577.3383-53.2306

#c020cd color RGB value is (192,32,205).

#c020cd hex color red value is 192, green value is 32 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c020cd hue: 0.82 , saturation: 0.73 and the lightness value of c020cd is 0.46.

The process color (four color CMYK) of #c020cd color hex is 0.06, 0.84, 0.00, 0.20. Web safe color of #c020cd is #cc33cc. Color #c020cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100000 11001101
Octal 300 40 315
Decimal 192 32 205
Hex C0 20 CD

RGB Percentages of Color #c020cd

%44.76
%7.46
%47.79

CMYK Percentages of Color #c020cd

%6
%84
%0
%20

Triadic Colors of #c020cd

#c020cd #cdc020 #20cdc0

Analogous Colors of #c020cd

#c020cd #cd2084 #6a20cd

Monochromatic Colors of #c020cd

#c020cd

Complementary Color

#c020cd #2dcd20

#c020cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c020cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c020cd Color CSS Codes

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

#c020cd Text Font Color

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

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


#c020cd Background Color

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

This div background color is #c020cd


#c020cd Border Color

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

This div border color is #c020cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,32,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c020cd


Comments

No comments written yet.

Please login to write comment.