Color Hex Logo

#c786ad Color Hex

#C786AD
(199,134,173)
0 Favorites   0 Comments

Color spaces of #c786ad

RGB 199134173
HSL0.900.370.65
HSV324°33°78°
CMYK 0.000.330.13   0.22
XYZ39.621132.209443.6639
Yxy32.20940.34310.2789
Hunter Lab56.753325.2976-5.8882
CIE-Lab63.515630.7680-10.3902

#c786ad color RGB value is (199,134,173).

#c786ad hex color red value is 199, green value is 134 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c786ad hue: 0.90 , saturation: 0.37 and the lightness value of c786ad is 0.65.

The process color (four color CMYK) of #c786ad color hex is 0.00, 0.33, 0.13, 0.22. Web safe color of #c786ad is #cc9999. Color #c786ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000110 10101101
Octal 307 206 255
Decimal 199 134 173
Hex C7 86 AD

RGB Percentages of Color #c786ad

%39.33
%26.48
%34.19

CMYK Percentages of Color #c786ad

%0
%33
%13
%22

Triadic Colors of #c786ad

#c786ad #adc786 #86adc7

Analogous Colors of #c786ad

#c786ad #c7868d #c186c7

Monochromatic Colors of #c786ad

#c786ad

Complementary Color

#c786ad #86c7a0

#c786ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c786ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c786ad Color CSS Codes

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

#c786ad Text Font Color

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

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


#c786ad Background Color

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

This div background color is #c786ad


#c786ad Border Color

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

This div border color is #c786ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c786ad


Comments

No comments written yet.

Please login to write comment.