Color Hex Logo

#c186ba Color Hex

#C186BA
(193,134,186)
0 Favorites   0 Comments

Color spaces of #c186ba

RGB 193134186
HSL0.850.320.64
HSV307°31°76°
CMYK 0.000.310.04   0.24
XYZ39.380331.932850.5425
Yxy31.93280.32320.2621
Hunter Lab56.509125.5029-13.4734
CIE-Lab63.287330.9937-18.1540

#c186ba color RGB value is (193,134,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000110 10111010
Octal 301 206 272
Decimal 193 134 186
Hex C1 86 BA

RGB Percentages of Color #c186ba

%37.62
%26.12
%36.26

CMYK Percentages of Color #c186ba

%0
%31
%4
%24

Triadic Colors of #c186ba

#c186ba #bac186 #86bac1

Analogous Colors of #c186ba

#c186ba #c1869d #ab86c1

Monochromatic Colors of #c186ba

#c186ba

Complementary Color

#c186ba #86c18d

#c186ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c186ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c186ba Color CSS Codes

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

#c186ba Text Font Color

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

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


#c186ba Background Color

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

This div background color is #c186ba


#c186ba Border Color

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

This div border color is #c186ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c186ba


Comments

No comments written yet.

Please login to write comment.