Color Hex Logo

#c191ad Color Hex

#C191AD
(193,145,173)
0 Favorites   0 Comments

Color spaces of #c191ad

RGB 193145173
HSL0.900.280.66
HSV325°25°76°
CMYK 0.000.250.10   0.24
XYZ39.660534.605444.1243
Yxy34.60540.33500.2923
Hunter Lab58.826417.3979-3.2936
CIE-Lab65.440322.5956-7.5883

#c191ad color RGB value is (193,145,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010001 10101101
Octal 301 221 255
Decimal 193 145 173
Hex C1 91 AD

RGB Percentages of Color #c191ad

%37.77
%28.38
%33.86

CMYK Percentages of Color #c191ad

%0
%25
%10
%24

Triadic Colors of #c191ad

#c191ad #adc191 #91adc1

Analogous Colors of #c191ad

#c191ad #c19195 #bd91c1

Monochromatic Colors of #c191ad

#c191ad

Complementary Color

#c191ad #91c1a5

#c191ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c191ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c191ad Color CSS Codes

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

#c191ad Text Font Color

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

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


#c191ad Background Color

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

This div background color is #c191ad


#c191ad Border Color

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

This div border color is #c191ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c191ad


Comments

No comments written yet.

Please login to write comment.