Color Hex Logo

#c09abf Color Hex

#C09ABF
(192,154,191)
0 Favorites   0 Comments

Color spaces of #c09abf

RGB 192154191
HSL0.840.230.68
HSV302°20°75°
CMYK 0.000.200.01   0.25
XYZ42.697838.079354.3898
Yxy38.07930.31590.2817
Hunter Lab61.708415.5194-9.0623
CIE-Lab68.079020.5260-13.7260

#c09abf color RGB value is (192,154,191).

#c09abf hex color red value is 192, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c09abf hue: 0.84 , saturation: 0.23 and the lightness value of c09abf is 0.68.

The process color (four color CMYK) of #c09abf color hex is 0.00, 0.20, 0.01, 0.25. Web safe color of #c09abf is #cc99cc. Color #c09abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011010 10111111
Octal 300 232 277
Decimal 192 154 191
Hex C0 9A BF

RGB Percentages of Color #c09abf

%35.75
%28.68
%35.57

CMYK Percentages of Color #c09abf

%0
%20
%1
%25

Triadic Colors of #c09abf

#c09abf #bfc09a #9abfc0

Analogous Colors of #c09abf

#c09abf #c09aac #ae9ac0

Monochromatic Colors of #c09abf

#c09abf

Complementary Color

#c09abf #9ac09b

#c09abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09abf Color CSS Codes

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

#c09abf Text Font Color

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

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


#c09abf Background Color

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

This div background color is #c09abf


#c09abf Border Color

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

This div border color is #c09abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09abf


Comments

No comments written yet.

Please login to write comment.