Color Hex Logo

#c091ab Color Hex

#C091AB
(192,145,171)
0 Favorites   0 Comments

Color spaces of #c091ab

RGB 192145171
HSL0.910.270.66
HSV327°24°75°
CMYK 0.000.240.11   0.25
XYZ39.214334.397543.1006
Yxy34.39750.33600.2947
Hunter Lab58.649416.7127-2.5168
CIE-Lab65.276921.8935-6.7165

#c091ab color RGB value is (192,145,171).

#c091ab hex color red value is 192, green value is 145 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c091ab hue: 0.91 , saturation: 0.27 and the lightness value of c091ab is 0.66.

The process color (four color CMYK) of #c091ab color hex is 0.00, 0.24, 0.11, 0.25. Web safe color of #c091ab is #cc9999. Color #c091ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010001 10101011
Octal 300 221 253
Decimal 192 145 171
Hex C0 91 AB

RGB Percentages of Color #c091ab

%37.80
%28.54
%33.66

CMYK Percentages of Color #c091ab

%0
%24
%11
%25

Triadic Colors of #c091ab

#c091ab #abc091 #91abc0

Analogous Colors of #c091ab

#c091ab #c09194 #be91c0

Monochromatic Colors of #c091ab

#c091ab

Complementary Color

#c091ab #91c0a6

#c091ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c091ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c091ab Color CSS Codes

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

#c091ab Text Font Color

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

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


#c091ab Background Color

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

This div background color is #c091ab


#c091ab Border Color

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

This div border color is #c091ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,145,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 #c091ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c091ab


Comments

No comments written yet.

Please login to write comment.