Color Hex Logo

#c286aa Color Hex

#C286AA
(194,134,170)
0 Favorites   0 Comments

Color spaces of #c286aa

RGB 194134170
HSL0.900.330.64
HSV324°31°76°
CMYK 0.000.310.12   0.24
XYZ38.028931.421842.0909
Yxy31.42180.34090.2817
Hunter Lab56.055223.0013-5.2813
CIE-Lab62.862128.5129-9.7241

#c286aa color RGB value is (194,134,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000110 10101010
Octal 302 206 252
Decimal 194 134 170
Hex C2 86 AA

RGB Percentages of Color #c286aa

%38.96
%26.91
%34.14

CMYK Percentages of Color #c286aa

%0
%31
%12
%24

Triadic Colors of #c286aa

#c286aa #aac286 #86aac2

Analogous Colors of #c286aa

#c286aa #c2868c #bc86c2

Monochromatic Colors of #c286aa

#c286aa

Complementary Color

#c286aa #86c29e

#c286aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c286aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c286aa Color CSS Codes

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

#c286aa Text Font Color

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

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


#c286aa Background Color

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

This div background color is #c286aa


#c286aa Border Color

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

This div border color is #c286aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c286aa


Comments

No comments written yet.

Please login to write comment.