Color Hex Logo

#c920cb Color Hex

#C920CB
(201,32,203)
0 Favorites   0 Comments

Color spaces of #c920cb

RGB 20132203
HSL0.830.730.46
HSV299°84°80°
CMYK 0.010.840.00   0.20
XYZ35.383417.762358.0635
Yxy17.76230.31820.1597
Hunter Lab42.145376.1065-52.1819
CIE-Lab49.206578.6235-49.7601

#c920cb color RGB value is (201,32,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100000 11001011
Octal 311 40 313
Decimal 201 32 203
Hex C9 20 CB

RGB Percentages of Color #c920cb

%46.10
%7.34
%46.56

CMYK Percentages of Color #c920cb

%1
%84
%0
%20

Triadic Colors of #c920cb

#c920cb #cbc920 #20cbc9

Analogous Colors of #c920cb

#c920cb #cb2078 #7420cb

Monochromatic Colors of #c920cb

#c920cb

Complementary Color

#c920cb #22cb20

#c920cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c920cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c920cb Color CSS Codes

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

#c920cb Text Font Color

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

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


#c920cb Background Color

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

This div background color is #c920cb


#c920cb Border Color

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

This div border color is #c920cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c920cb


Comments

No comments written yet.

Please login to write comment.