Color Hex Logo

#c286ba Color Hex

#C286BA
(194,134,186)
0 Favorites   0 Comments

Color spaces of #c286ba

RGB 194134186
HSL0.860.330.64
HSV308°31°76°
CMYK 0.000.310.04   0.24
XYZ39.636232.064750.5544
Yxy32.06470.32420.2623
Hunter Lab56.625725.8494-13.2950
CIE-Lab63.396331.3295-17.9782

#c286ba color RGB value is (194,134,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000110 10111010
Octal 302 206 272
Decimal 194 134 186
Hex C2 86 BA

RGB Percentages of Color #c286ba

%37.74
%26.07
%36.19

CMYK Percentages of Color #c286ba

%0
%31
%4
%24

Triadic Colors of #c286ba

#c286ba #bac286 #86bac2

Analogous Colors of #c286ba

#c286ba #c2869c #ac86c2

Monochromatic Colors of #c286ba

#c286ba

Complementary Color

#c286ba #86c28e

#c286ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c286ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c286ba Color CSS Codes

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

#c286ba Text Font Color

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

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


#c286ba Background Color

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

This div background color is #c286ba


#c286ba Border Color

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

This div border color is #c286ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,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 #c286ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c286ba


Comments

No comments written yet.

Please login to write comment.