Color Hex Logo

#c186ad Color Hex

#C186AD
(193,134,173)
0 Favorites   0 Comments

Color spaces of #c186ad

RGB 193134173
HSL0.890.320.64
HSV320°31°76°
CMYK 0.000.310.10   0.24
XYZ38.060231.404843.5909
Yxy31.40480.33660.2778
Hunter Lab56.040023.1604-6.8909
CIE-Lab62.847928.6753-11.4592

#c186ad color RGB value is (193,134,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000110 10101101
Octal 301 206 255
Decimal 193 134 173
Hex C1 86 AD

RGB Percentages of Color #c186ad

%38.60
%26.80
%34.60

CMYK Percentages of Color #c186ad

%0
%31
%10
%24

Triadic Colors of #c186ad

#c186ad #adc186 #86adc1

Analogous Colors of #c186ad

#c186ad #c18690 #b886c1

Monochromatic Colors of #c186ad

#c186ad

Complementary Color

#c186ad #86c19a

#c186ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c186ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c186ad Color CSS Codes

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

#c186ad Text Font Color

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

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


#c186ad Background Color

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

This div background color is #c186ad


#c186ad Border Color

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

This div border color is #c186ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c186ad


Comments

No comments written yet.

Please login to write comment.