Color Hex Logo

#c093ad Color Hex

#C093AD
(192,147,173)
0 Favorites   0 Comments

Color spaces of #c093ad

RGB 192147173
HSL0.900.260.66
HSV325°23°75°
CMYK 0.000.230.10   0.25
XYZ39.714835.091044.2152
Yxy35.09100.33370.2948
Hunter Lab59.237716.0061-2.7879
CIE-Lab65.819521.1317-7.0361

#c093ad color RGB value is (192,147,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010011 10101101
Octal 300 223 255
Decimal 192 147 173
Hex C0 93 AD

RGB Percentages of Color #c093ad

%37.50
%28.71
%33.79

CMYK Percentages of Color #c093ad

%0
%23
%10
%25

Triadic Colors of #c093ad

#c093ad #adc093 #93adc0

Analogous Colors of #c093ad

#c093ad #c09397 #bd93c0

Monochromatic Colors of #c093ad

#c093ad

Complementary Color

#c093ad #93c0a6

#c093ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c093ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c093ad Color CSS Codes

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

#c093ad Text Font Color

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

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


#c093ad Background Color

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

This div background color is #c093ad


#c093ad Border Color

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

This div border color is #c093ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c093ad


Comments

No comments written yet.

Please login to write comment.