Color Hex Logo

#c786cc Color Hex

#C786CC
(199,134,204)
0 Favorites   0 Comments

Color spaces of #c786cc

RGB 199134204
HSL0.820.410.66
HSV296°34°80°
CMYK 0.020.340.00   0.20
XYZ42.977433.551961.3378
Yxy33.55190.31170.2434
Hunter Lab57.924031.0732-22.2375
CIE-Lab64.605336.3329-26.2035

#c786cc color RGB value is (199,134,204).

#c786cc hex color red value is 199, green value is 134 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c786cc hue: 0.82 , saturation: 0.41 and the lightness value of c786cc is 0.66.

The process color (four color CMYK) of #c786cc color hex is 0.02, 0.34, 0.00, 0.20. Web safe color of #c786cc is #cc99cc. Color #c786cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000110 11001100
Octal 307 206 314
Decimal 199 134 204
Hex C7 86 CC

RGB Percentages of Color #c786cc

%37.06
%24.95
%37.99

CMYK Percentages of Color #c786cc

%2
%34
%0
%20

Triadic Colors of #c786cc

#c786cc #ccc786 #86ccc7

Analogous Colors of #c786cc

#c786cc #cc86ae #a486cc

Monochromatic Colors of #c786cc

#c786cc

Complementary Color

#c786cc #8bcc86

#c786cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c786cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c786cc Color CSS Codes

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

#c786cc Text Font Color

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

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


#c786cc Background Color

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

This div background color is #c786cc


#c786cc Border Color

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

This div border color is #c786cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c786cc


Comments

No comments written yet.

Please login to write comment.