Color Hex Logo

#c186cb Color Hex

#C186CB
(193,134,203)
0 Favorites   0 Comments

Color spaces of #c186cb

RGB 193134203
HSL0.810.400.66
HSV291°34°80°
CMYK 0.050.340.00   0.20
XYZ41.296932.699460.6350
Yxy32.69940.30670.2429
Hunter Lab57.183428.8388-22.8404
CIE-Lab63.916834.2321-26.7574

#c186cb color RGB value is (193,134,203).

#c186cb hex color red value is 193, green value is 134 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c186cb hue: 0.81 , saturation: 0.40 and the lightness value of c186cb is 0.66.

The process color (four color CMYK) of #c186cb color hex is 0.05, 0.34, 0.00, 0.20. Web safe color of #c186cb is #cc99cc. Color #c186cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000110 11001011
Octal 301 206 313
Decimal 193 134 203
Hex C1 86 CB

RGB Percentages of Color #c186cb

%36.42
%25.28
%38.30

CMYK Percentages of Color #c186cb

%5
%34
%0
%20

Triadic Colors of #c186cb

#c186cb #cbc186 #86cbc1

Analogous Colors of #c186cb

#c186cb #cb86b3 #9f86cb

Monochromatic Colors of #c186cb

#c186cb

Complementary Color

#c186cb #90cb86

#c186cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c186cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c186cb Color CSS Codes

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

#c186cb Text Font Color

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

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


#c186cb Background Color

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

This div background color is #c186cb


#c186cb Border Color

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

This div border color is #c186cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c186cb


Comments

No comments written yet.

Please login to write comment.