Color Hex Logo

#c186af Color Hex

#C186AF
(193,134,175)
0 Favorites   0 Comments

Color spaces of #c186af

RGB 193134175
HSL0.880.320.64
HSV318°31°76°
CMYK 0.000.310.09   0.24
XYZ38.255331.482844.6180
Yxy31.48280.33450.2753
Hunter Lab56.109523.5090-7.8704
CIE-Lab62.913129.0228-12.4954

#c186af color RGB value is (193,134,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000110 10101111
Octal 301 206 257
Decimal 193 134 175
Hex C1 86 AF

RGB Percentages of Color #c186af

%38.45
%26.69
%34.86

CMYK Percentages of Color #c186af

%0
%31
%9
%24

Triadic Colors of #c186af

#c186af #afc186 #86afc1

Analogous Colors of #c186af

#c186af #c18692 #b686c1

Monochromatic Colors of #c186af

#c186af

Complementary Color

#c186af #86c198

#c186af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c186af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c186af Color CSS Codes

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

#c186af Text Font Color

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

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


#c186af Background Color

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

This div background color is #c186af


#c186af Border Color

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

This div border color is #c186af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c186af


Comments

No comments written yet.

Please login to write comment.