Color Hex Logo

#c186b5 Color Hex

#C186B5
(193,134,181)
0 Favorites   0 Comments

Color spaces of #c186b5

RGB 193134181
HSL0.870.320.64
HSV312°31°76°
CMYK 0.000.310.06   0.24
XYZ38.857931.723847.7913
Yxy31.72380.32830.2680
Hunter Lab56.323924.5805-10.8814
CIE-Lab63.113930.0854-15.5906

#c186b5 color RGB value is (193,134,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000110 10110101
Octal 301 206 265
Decimal 193 134 181
Hex C1 86 B5

RGB Percentages of Color #c186b5

%37.99
%26.38
%35.63

CMYK Percentages of Color #c186b5

%0
%31
%6
%24

Triadic Colors of #c186b5

#c186b5 #b5c186 #86b5c1

Analogous Colors of #c186b5

#c186b5 #c18698 #b086c1

Monochromatic Colors of #c186b5

#c186b5

Complementary Color

#c186b5 #86c192

#c186b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c186b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c186b5 Color CSS Codes

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

#c186b5 Text Font Color

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

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


#c186b5 Background Color

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

This div background color is #c186b5


#c186b5 Border Color

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

This div border color is #c186b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c186b5


Comments

No comments written yet.

Please login to write comment.