Color Hex Logo

#c094ad Color Hex

#C094AD
(192,148,173)
0 Favorites   0 Comments

Color spaces of #c094ad

RGB 192148173
HSL0.910.260.67
HSV326°23°75°
CMYK 0.000.230.10   0.25
XYZ39.871035.403444.2673
Yxy35.40340.33350.2962
Hunter Lab59.500815.4852-2.4600
CIE-Lab66.061520.5776-6.6769

#c094ad color RGB value is (192,148,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 10101101
Octal 300 224 255
Decimal 192 148 173
Hex C0 94 AD

RGB Percentages of Color #c094ad

%37.43
%28.85
%33.72

CMYK Percentages of Color #c094ad

%0
%23
%10
%25

Triadic Colors of #c094ad

#c094ad #adc094 #94adc0

Analogous Colors of #c094ad

#c094ad #c09497 #bd94c0

Monochromatic Colors of #c094ad

#c094ad

Complementary Color

#c094ad #94c0a7

#c094ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c094ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c094ad Color CSS Codes

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

#c094ad Text Font Color

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

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


#c094ad Background Color

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

This div background color is #c094ad


#c094ad Border Color

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

This div border color is #c094ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c094ad


Comments

No comments written yet.

Please login to write comment.