Color Hex Logo

#c920cd Color Hex

#C920CD
(201,32,205)
0 Favorites   0 Comments

Color spaces of #c920cd

RGB 20132205
HSL0.830.730.46
HSV299°84°80°
CMYK 0.020.840.00   0.20
XYZ35.623417.858359.3270
Yxy17.85830.31580.1583
Hunter Lab42.259176.5179-53.6551
CIE-Lab49.323878.9295-50.7259

#c920cd color RGB value is (201,32,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100000 11001101
Octal 311 40 315
Decimal 201 32 205
Hex C9 20 CD

RGB Percentages of Color #c920cd

%45.89
%7.31
%46.80

CMYK Percentages of Color #c920cd

%2
%84
%0
%20

Triadic Colors of #c920cd

#c920cd #cdc920 #20cdc9

Analogous Colors of #c920cd

#c920cd #cd207b #7320cd

Monochromatic Colors of #c920cd

#c920cd

Complementary Color

#c920cd #24cd20

#c920cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c920cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c920cd Color CSS Codes

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

#c920cd Text Font Color

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

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


#c920cd Background Color

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

This div background color is #c920cd


#c920cd Border Color

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

This div border color is #c920cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c920cd


Comments

No comments written yet.

Please login to write comment.