Color Hex Logo

#c9408e Color Hex

#C9408E
(201,64,142)
0 Favorites   0 Comments

Color spaces of #c9408e

RGB 20164142
HSL0.910.560.52
HSV326°68°79°
CMYK 0.000.680.29   0.21
XYZ30.803318.037327.4492
Yxy18.03730.40380.2364
Hunter Lab42.470355.1411-8.5907
CIE-Lab49.541360.9386-13.3413

#c9408e color RGB value is (201,64,142).

#c9408e hex color red value is 201, green value is 64 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c9408e hue: 0.91 , saturation: 0.56 and the lightness value of c9408e is 0.52.

The process color (four color CMYK) of #c9408e color hex is 0.00, 0.68, 0.29, 0.21. Web safe color of #c9408e is #cc3399. Color #c9408e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000000 10001110
Octal 311 100 216
Decimal 201 64 142
Hex C9 40 8E

RGB Percentages of Color #c9408e

%49.39
%15.72
%34.89

CMYK Percentages of Color #c9408e

%0
%68
%29
%21

Triadic Colors of #c9408e

#c9408e #8ec940 #408ec9

Analogous Colors of #c9408e

#c9408e #c94049 #c040c9

Monochromatic Colors of #c9408e

#c9408e

Complementary Color

#c9408e #40c97b

#c9408e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9408e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9408e Color CSS Codes

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

#c9408e Text Font Color

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

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


#c9408e Background Color

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

This div background color is #c9408e


#c9408e Border Color

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

This div border color is #c9408e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9408e


Comments

No comments written yet.

Please login to write comment.