Color Hex Logo

#c786be Color Hex

#C786BE
(199,134,190)
0 Favorites   0 Comments

Color spaces of #c786be

RGB 199134190
HSL0.860.370.65
HSV308°33°78°
CMYK 0.000.330.05   0.22
XYZ41.372532.910052.8869
Yxy32.91000.32530.2588
Hunter Lab57.367228.3392-14.5024
CIE-Lab64.088033.7251-19.1318

#c786be color RGB value is (199,134,190).

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

The process color (four color CMYK) of #c786be color hex is 0.00, 0.33, 0.05, 0.22. Web safe color of #c786be is #cc99cc. Color #c786be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000110 10111110
Octal 307 206 276
Decimal 199 134 190
Hex C7 86 BE

RGB Percentages of Color #c786be

%38.05
%25.62
%36.33

CMYK Percentages of Color #c786be

%0
%33
%5
%22

Triadic Colors of #c786be

#c786be #bec786 #86bec7

Analogous Colors of #c786be

#c786be #c7869e #b086c7

Monochromatic Colors of #c786be

#c786be

Complementary Color

#c786be #86c78f

#c786be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c786be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c786be Color CSS Codes

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

#c786be Text Font Color

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

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


#c786be Background Color

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

This div background color is #c786be


#c786be Border Color

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

This div border color is #c786be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c786be

#c786be Color Palettes


Comments

No comments written yet.

Please login to write comment.