Color Hex Logo

#c9209d Color Hex

#C9209D
(201,32,157)
0 Favorites   0 Comments

Color spaces of #c9209d

RGB 20132157
HSL0.880.730.46
HSV316°84°79°
CMYK 0.000.840.22   0.21
XYZ30.689715.884933.3468
Yxy15.88490.38400.1988
Hunter Lab39.855967.7003-21.7079
CIE-Lab46.823172.2323-26.4961

#c9209d color RGB value is (201,32,157).

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

The process color (four color CMYK) of #c9209d color hex is 0.00, 0.84, 0.22, 0.21. Web safe color of #c9209d is #cc3399. Color #c9209d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100000 10011101
Octal 311 40 235
Decimal 201 32 157
Hex C9 20 9D

RGB Percentages of Color #c9209d

%51.54
%8.21
%40.26

CMYK Percentages of Color #c9209d

%0
%84
%22
%21

Triadic Colors of #c9209d

#c9209d #9dc920 #209dc9

Analogous Colors of #c9209d

#c9209d #c92048 #a120c9

Monochromatic Colors of #c9209d

#c9209d

Complementary Color

#c9209d #20c94c

#c9209d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9209d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9209d Color CSS Codes

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

#c9209d Text Font Color

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

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


#c9209d Background Color

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

This div background color is #c9209d


#c9209d Border Color

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

This div border color is #c9209d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9209d


Comments

No comments written yet.

Please login to write comment.