Color Hex Logo

#c049ab Color Hex

#C049AB
(192,73,171)
0 Favorites   0 Comments

Color spaces of #c049ab

RGB 19273171
HSL0.860.490.52
HSV311°62°75°
CMYK 0.000.620.11   0.25
XYZ31.471518.911840.5197
Yxy18.91180.34620.2080
Hunter Lab43.487753.0747-24.8021
CIE-Lab50.583958.9105-29.0576

#c049ab color RGB value is (192,73,171).

#c049ab hex color red value is 192, green value is 73 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c049ab hue: 0.86 , saturation: 0.49 and the lightness value of c049ab is 0.52.

The process color (four color CMYK) of #c049ab color hex is 0.00, 0.62, 0.11, 0.25. Web safe color of #c049ab is #cc3399. Color #c049ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001001 10101011
Octal 300 111 253
Decimal 192 73 171
Hex C0 49 AB

RGB Percentages of Color #c049ab

%44.04
%16.74
%39.22

CMYK Percentages of Color #c049ab

%0
%62
%11
%25

Triadic Colors of #c049ab

#c049ab #abc049 #49abc0

Analogous Colors of #c049ab

#c049ab #c04970 #9a49c0

Monochromatic Colors of #c049ab

#c049ab

Complementary Color

#c049ab #49c05e

#c049ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c049ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c049ab Color CSS Codes

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

#c049ab Text Font Color

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

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


#c049ab Background Color

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

This div background color is #c049ab


#c049ab Border Color

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

This div border color is #c049ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c049ab


Comments

No comments written yet.

Please login to write comment.