Color Hex Logo

#c94989 Color Hex

#C94989
(201,73,137)
0 Favorites   0 Comments

Color spaces of #c94989

RGB 20173137
HSL0.920.540.54
HSV330°64°79°
CMYK 0.000.640.32   0.21
XYZ30.985318.988725.6990
Yxy18.98870.40950.2509
Hunter Lab43.576050.6667-4.4631
CIE-Lab50.674056.7315-8.6440

#c94989 color RGB value is (201,73,137).

#c94989 hex color red value is 201, green value is 73 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #c94989 hue: 0.92 , saturation: 0.54 and the lightness value of c94989 is 0.54.

The process color (four color CMYK) of #c94989 color hex is 0.00, 0.64, 0.32, 0.21. Web safe color of #c94989 is #cc3399. Color #c94989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001001 10001001
Octal 311 111 211
Decimal 201 73 137
Hex C9 49 89

RGB Percentages of Color #c94989

%48.91
%17.76
%33.33

CMYK Percentages of Color #c94989

%0
%64
%32
%21

Triadic Colors of #c94989

#c94989 #89c949 #4989c9

Analogous Colors of #c94989

#c94989 #c94949 #c949c9

Monochromatic Colors of #c94989

#c94989

Complementary Color

#c94989 #49c989

#c94989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94989 Color CSS Codes

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

#c94989 Text Font Color

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

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


#c94989 Background Color

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

This div background color is #c94989


#c94989 Border Color

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

This div border color is #c94989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94989


Comments

No comments written yet.

Please login to write comment.