Color Hex Logo

#c094ab Color Hex

#C094AB
(192,148,171)
0 Favorites   0 Comments

Color spaces of #c094ab

RGB 192148171
HSL0.910.260.67
HSV329°23°75°
CMYK 0.000.230.11   0.25
XYZ39.678835.326643.2555
Yxy35.32660.33550.2987
Hunter Lab59.436215.1509-1.5438
CIE-Lab66.002220.2312-5.6417

#c094ab color RGB value is (192,148,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 10101011
Octal 300 224 253
Decimal 192 148 171
Hex C0 94 AB

RGB Percentages of Color #c094ab

%37.57
%28.96
%33.46

CMYK Percentages of Color #c094ab

%0
%23
%11
%25

Triadic Colors of #c094ab

#c094ab #abc094 #94abc0

Analogous Colors of #c094ab

#c094ab #c09495 #bf94c0

Monochromatic Colors of #c094ab

#c094ab

Complementary Color

#c094ab #94c0a9

#c094ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c094ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c094ab Color CSS Codes

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

#c094ab Text Font Color

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

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


#c094ab Background Color

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

This div background color is #c094ab


#c094ab Border Color

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

This div border color is #c094ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c094ab


Comments

No comments written yet.

Please login to write comment.