Color Hex Logo

#c920cc Color Hex

#C920CC
(201,32,204)
0 Favorites   0 Comments

Color spaces of #c920cc

RGB 20132204
HSL0.830.730.46
HSV299°84°80°
CMYK 0.010.840.00   0.20
XYZ35.503017.810258.6932
Yxy17.81020.31700.1590
Hunter Lab42.202176.3113-52.9169
CIE-Lab49.265178.7759-50.2433

#c920cc color RGB value is (201,32,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100000 11001100
Octal 311 40 314
Decimal 201 32 204
Hex C9 20 CC

RGB Percentages of Color #c920cc

%46.00
%7.32
%46.68

CMYK Percentages of Color #c920cc

%1
%84
%0
%20

Triadic Colors of #c920cc

#c920cc #ccc920 #20ccc9

Analogous Colors of #c920cc

#c920cc #cc2079 #7320cc

Monochromatic Colors of #c920cc

#c920cc

Complementary Color

#c920cc #23cc20

#c920cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c920cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c920cc Color CSS Codes

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

#c920cc Text Font Color

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

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


#c920cc Background Color

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

This div background color is #c920cc


#c920cc Border Color

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

This div border color is #c920cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c920cc


Comments

No comments written yet.

Please login to write comment.