Color Hex Logo

#c9207b Color Hex

#C9207B
(201,32,123)
0 Favorites   0 Comments

Color spaces of #c9207b

RGB 20132123
HSL0.910.730.46
HSV328°84°79°
CMYK 0.000.840.39   0.21
XYZ28.179114.880620.1259
Yxy14.88060.44600.2355
Hunter Lab38.575462.8863-3.9306
CIE-Lab45.470268.4426-7.9443

#c9207b color RGB value is (201,32,123).

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

The process color (four color CMYK) of #c9207b color hex is 0.00, 0.84, 0.39, 0.21. Web safe color of #c9207b is #cc3366. Color #c9207b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100000 01111011
Octal 311 40 173
Decimal 201 32 123
Hex C9 20 7B

RGB Percentages of Color #c9207b

%56.46
%8.99
%34.55

CMYK Percentages of Color #c9207b

%0
%84
%39
%21

Triadic Colors of #c9207b

#c9207b #7bc920 #207bc9

Analogous Colors of #c9207b

#c9207b #c92027 #c320c9

Monochromatic Colors of #c9207b

#c9207b

Complementary Color

#c9207b #20c96e

#c9207b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9207b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9207b Color CSS Codes

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

#c9207b Text Font Color

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

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


#c9207b Background Color

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

This div background color is #c9207b


#c9207b Border Color

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

This div border color is #c9207b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9207b


Comments

No comments written yet.

Please login to write comment.