Color Hex Logo

#c489ac Color Hex

#C489AC
(196,137,172)
0 Favorites   0 Comments

Color spaces of #c489ac

RGB 196137172
HSL0.900.330.65
HSV324°30°77°
CMYK 0.000.300.12   0.23
XYZ39.157032.605643.2594
Yxy32.60560.34040.2835
Hunter Lab57.101322.4784-4.9466
CIE-Lab63.840327.9043-9.3735

#c489ac color RGB value is (196,137,172).

#c489ac hex color red value is 196, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c489ac hue: 0.90 , saturation: 0.33 and the lightness value of c489ac is 0.65.

The process color (four color CMYK) of #c489ac color hex is 0.00, 0.30, 0.12, 0.23. Web safe color of #c489ac is #cc9999. Color #c489ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001001 10101100
Octal 304 211 254
Decimal 196 137 172
Hex C4 89 AC

RGB Percentages of Color #c489ac

%38.81
%27.13
%34.06

CMYK Percentages of Color #c489ac

%0
%30
%12
%23

Triadic Colors of #c489ac

#c489ac #acc489 #89acc4

Analogous Colors of #c489ac

#c489ac #c4898f #bf89c4

Monochromatic Colors of #c489ac

#c489ac

Complementary Color

#c489ac #89c4a1

#c489ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c489ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c489ac Color CSS Codes

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

#c489ac Text Font Color

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

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


#c489ac Background Color

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

This div background color is #c489ac


#c489ac Border Color

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

This div border color is #c489ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c489ac


Comments

No comments written yet.

Please login to write comment.