Color Hex Logo

#c091ad Color Hex

#C091AD
(192,145,173)
0 Favorites   0 Comments

Color spaces of #c091ad

RGB 192145173
HSL0.900.270.66
HSV324°24°75°
CMYK 0.000.240.10   0.25
XYZ39.406534.474444.1124
Yxy34.47440.33400.2922
Hunter Lab58.714917.0492-3.4440
CIE-Lab65.337422.2398-7.7524

#c091ad color RGB value is (192,145,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010001 10101101
Octal 300 221 255
Decimal 192 145 173
Hex C0 91 AD

RGB Percentages of Color #c091ad

%37.65
%28.43
%33.92

CMYK Percentages of Color #c091ad

%0
%24
%10
%25

Triadic Colors of #c091ad

#c091ad #adc091 #91adc0

Analogous Colors of #c091ad

#c091ad #c09196 #bc91c0

Monochromatic Colors of #c091ad

#c091ad

Complementary Color

#c091ad #91c0a4

#c091ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c091ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c091ad Color CSS Codes

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

#c091ad Text Font Color

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

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


#c091ad Background Color

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

This div background color is #c091ad


#c091ad Border Color

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

This div border color is #c091ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c091ad


Comments

No comments written yet.

Please login to write comment.