Color Hex Logo

#c286ad Color Hex

#C286AD
(194,134,173)
0 Favorites   0 Comments

Color spaces of #c286ad

RGB 194134173
HSL0.890.330.64
HSV321°31°76°
CMYK 0.000.310.11   0.24
XYZ38.316131.536743.6029
Yxy31.53670.33770.2780
Hunter Lab56.157523.5142-6.7248
CIE-Lab62.958129.0243-11.2826

#c286ad color RGB value is (194,134,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000110 10101101
Octal 302 206 255
Decimal 194 134 173
Hex C2 86 AD

RGB Percentages of Color #c286ad

%38.72
%26.75
%34.53

CMYK Percentages of Color #c286ad

%0
%31
%11
%24

Triadic Colors of #c286ad

#c286ad #adc286 #86adc2

Analogous Colors of #c286ad

#c286ad #c2868f #b986c2

Monochromatic Colors of #c286ad

#c286ad

Complementary Color

#c286ad #86c29b

#c286ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c286ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c286ad Color CSS Codes

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

#c286ad Text Font Color

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

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


#c286ad Background Color

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

This div background color is #c286ad


#c286ad Border Color

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

This div border color is #c286ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c286ad


Comments

No comments written yet.

Please login to write comment.