Color Hex Logo

#c098aa Color Hex

#C098AA
(192,152,170)
0 Favorites   0 Comments

Color spaces of #c098aa

RGB 192152170
HSL0.930.240.67
HSV333°21°75°
CMYK 0.000.210.11   0.25
XYZ40.222236.565242.9681
Yxy36.56520.33590.3053
Hunter Lab60.469212.91160.1982
CIE-Lab66.949517.8458-3.6819

#c098aa color RGB value is (192,152,170).

#c098aa hex color red value is 192, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c098aa hue: 0.93 , saturation: 0.24 and the lightness value of c098aa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011000 10101010
Octal 300 230 252
Decimal 192 152 170
Hex C0 98 AA

RGB Percentages of Color #c098aa

%37.35
%29.57
%33.07

CMYK Percentages of Color #c098aa

%0
%21
%11
%25

Triadic Colors of #c098aa

#c098aa #aac098 #98aac0

Analogous Colors of #c098aa

#c098aa #c09a98 #c098be

Monochromatic Colors of #c098aa

#c098aa

Complementary Color

#c098aa #98c0ae

#c098aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c098aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c098aa Color CSS Codes

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

#c098aa Text Font Color

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

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


#c098aa Background Color

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

This div background color is #c098aa


#c098aa Border Color

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

This div border color is #c098aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c098aa


Comments

No comments written yet.

Please login to write comment.