Color Hex Logo

#c186bb Color Hex

#C186BB
(193,134,187)
0 Favorites   0 Comments

Color spaces of #c186bb

RGB 193134187
HSL0.850.320.64
HSV306°31°76°
CMYK 0.000.310.03   0.24
XYZ39.487131.975551.1044
Yxy31.97550.32220.2609
Hunter Lab56.546925.6908-14.0007
CIE-Lab63.322631.1781-18.6649

#c186bb color RGB value is (193,134,187).

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

The process color (four color CMYK) of #c186bb color hex is 0.00, 0.31, 0.03, 0.24. Web safe color of #c186bb is #cc99cc. Color #c186bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000110 10111011
Octal 301 206 273
Decimal 193 134 187
Hex C1 86 BB

RGB Percentages of Color #c186bb

%37.55
%26.07
%36.38

CMYK Percentages of Color #c186bb

%0
%31
%3
%24

Triadic Colors of #c186bb

#c186bb #bbc186 #86bbc1

Analogous Colors of #c186bb

#c186bb #c1869e #aa86c1

Monochromatic Colors of #c186bb

#c186bb

Complementary Color

#c186bb #86c18c

#c186bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c186bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c186bb Color CSS Codes

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

#c186bb Text Font Color

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

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


#c186bb Background Color

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

This div background color is #c186bb


#c186bb Border Color

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

This div border color is #c186bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,134,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c186bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c186bb


Comments

No comments written yet.

Please login to write comment.