Color Hex Logo

#c187ad Color Hex

#C187AD
(193,135,173)
0 Favorites   0 Comments

Color spaces of #c187ad

RGB 193135173
HSL0.890.320.64
HSV321°30°76°
CMYK 0.000.300.10   0.24
XYZ38.199131.682543.6372
Yxy31.68250.33650.2791
Hunter Lab56.287222.6357-6.5641
CIE-Lab63.079628.1243-11.1118

#c187ad color RGB value is (193,135,173).

#c187ad hex color red value is 193, green value is 135 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c187ad hue: 0.89 , saturation: 0.32 and the lightness value of c187ad is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000111 10101101
Octal 301 207 255
Decimal 193 135 173
Hex C1 87 AD

RGB Percentages of Color #c187ad

%38.52
%26.95
%34.53

CMYK Percentages of Color #c187ad

%0
%30
%10
%24

Triadic Colors of #c187ad

#c187ad #adc187 #87adc1

Analogous Colors of #c187ad

#c187ad #c18790 #b887c1

Monochromatic Colors of #c187ad

#c187ad

Complementary Color

#c187ad #87c19b

#c187ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c187ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c187ad Color CSS Codes

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

#c187ad Text Font Color

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

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


#c187ad Background Color

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

This div background color is #c187ad


#c187ad Border Color

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

This div border color is #c187ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c187ad


Comments

No comments written yet.

Please login to write comment.