Color Hex Logo

#c2489c Color Hex

#C2489C
(194,72,156)
0 Favorites   0 Comments

Color spaces of #c2489c

RGB 19472156
HSL0.890.500.52
HSV319°63°76°
CMYK 0.000.630.20   0.24
XYZ30.566218.504433.4132
Yxy18.50440.37060.2243
Hunter Lab43.016751.5566-15.9417
CIE-Lab50.102357.6373-20.9318

#c2489c color RGB value is (194,72,156).

#c2489c hex color red value is 194, green value is 72 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #c2489c hue: 0.89 , saturation: 0.50 and the lightness value of c2489c is 0.52.

The process color (four color CMYK) of #c2489c color hex is 0.00, 0.63, 0.20, 0.24. Web safe color of #c2489c is #cc3399. Color #c2489c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001000 10011100
Octal 302 110 234
Decimal 194 72 156
Hex C2 48 9C

RGB Percentages of Color #c2489c

%45.97
%17.06
%36.97

CMYK Percentages of Color #c2489c

%0
%63
%20
%24

Triadic Colors of #c2489c

#c2489c #9cc248 #489cc2

Analogous Colors of #c2489c

#c2489c #c2485f #ab48c2

Monochromatic Colors of #c2489c

#c2489c

Complementary Color

#c2489c #48c26e

#c2489c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2489c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2489c Color CSS Codes

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

#c2489c Text Font Color

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

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


#c2489c Background Color

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

This div background color is #c2489c


#c2489c Border Color

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

This div border color is #c2489c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2489c


Comments

No comments written yet.

Please login to write comment.