Color Hex Logo

#c9489a Color Hex

#C9489A
(201,72,154)
0 Favorites   0 Comments

Color spaces of #c9489a

RGB 20172154
HSL0.890.540.54
HSV322°64°79°
CMYK 0.000.640.23   0.21
XYZ32.237519.385332.6145
Yxy19.38530.38270.2301
Hunter Lab44.028753.6460-13.0992
CIE-Lab51.135059.3190-18.0677

#c9489a color RGB value is (201,72,154).

#c9489a hex color red value is 201, green value is 72 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c9489a hue: 0.89 , saturation: 0.54 and the lightness value of c9489a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001000 10011010
Octal 311 110 232
Decimal 201 72 154
Hex C9 48 9A

RGB Percentages of Color #c9489a

%47.07
%16.86
%36.07

CMYK Percentages of Color #c9489a

%0
%64
%23
%21

Triadic Colors of #c9489a

#c9489a #9ac948 #489ac9

Analogous Colors of #c9489a

#c9489a #c9485a #b848c9

Monochromatic Colors of #c9489a

#c9489a

Complementary Color

#c9489a #48c977

#c9489a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9489a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9489a Color CSS Codes

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

#c9489a Text Font Color

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

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


#c9489a Background Color

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

This div background color is #c9489a


#c9489a Border Color

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

This div border color is #c9489a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9489a


Comments

No comments written yet.

Please login to write comment.