Color Hex Logo

#c093aa Color Hex

#C093AA
(192,147,170)
0 Favorites   0 Comments

Color spaces of #c093aa

RGB 192147170
HSL0.910.260.66
HSV329°23°75°
CMYK 0.000.230.11   0.25
XYZ39.427634.976242.7032
Yxy34.97620.33670.2987
Hunter Lab59.140715.5053-1.4125
CIE-Lab65.730120.6135-5.4823

#c093aa color RGB value is (192,147,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010011 10101010
Octal 300 223 252
Decimal 192 147 170
Hex C0 93 AA

RGB Percentages of Color #c093aa

%37.72
%28.88
%33.40

CMYK Percentages of Color #c093aa

%0
%23
%11
%25

Triadic Colors of #c093aa

#c093aa #aac093 #93aac0

Analogous Colors of #c093aa

#c093aa #c09394 #c093c0

Monochromatic Colors of #c093aa

#c093aa

Complementary Color

#c093aa #93c0a9

#c093aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c093aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c093aa Color CSS Codes

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

#c093aa Text Font Color

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

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


#c093aa Background Color

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

This div background color is #c093aa


#c093aa Border Color

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

This div border color is #c093aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c093aa


Comments

No comments written yet.

Please login to write comment.