Color Hex Logo

#c94998 Color Hex

#C94998
(201,73,152)
0 Favorites   0 Comments

Color spaces of #c94998

RGB 20173152
HSL0.900.540.54
HSV323°64°79°
CMYK 0.000.640.24   0.21
XYZ32.137419.449631.7661
Yxy19.44960.38560.2333
Hunter Lab44.101752.8970-11.8349
CIE-Lab51.209158.6381-16.7694

#c94998 color RGB value is (201,73,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001001 10011000
Octal 311 111 230
Decimal 201 73 152
Hex C9 49 98

RGB Percentages of Color #c94998

%47.18
%17.14
%35.68

CMYK Percentages of Color #c94998

%0
%64
%24
%21

Triadic Colors of #c94998

#c94998 #98c949 #4998c9

Analogous Colors of #c94998

#c94998 #c94958 #ba49c9

Monochromatic Colors of #c94998

#c94998

Complementary Color

#c94998 #49c97a

#c94998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94998 Color CSS Codes

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

#c94998 Text Font Color

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

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


#c94998 Background Color

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

This div background color is #c94998


#c94998 Border Color

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

This div border color is #c94998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94998


Comments

No comments written yet.

Please login to write comment.