Color Hex Logo

#c786ed Color Hex

#C786ED
(199,134,237)
0 Favorites   0 Comments

Color spaces of #c786ed

RGB 199134237
HSL0.770.740.73
HSV278°43°93°
CMYK 0.160.430.00   0.07
XYZ47.364335.306784.4393
Yxy35.30670.28340.2113
Hunter Lab59.419438.3015-42.6617
CIE-Lab65.986843.0154-42.3925

#c786ed color RGB value is (199,134,237).

#c786ed hex color red value is 199, green value is 134 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c786ed hue: 0.77 , saturation: 0.74 and the lightness value of c786ed is 0.73.

The process color (four color CMYK) of #c786ed color hex is 0.16, 0.43, 0.00, 0.07. Web safe color of #c786ed is #cc99ff. Color #c786ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000110 11101101
Octal 307 206 355
Decimal 199 134 237
Hex C7 86 ED

RGB Percentages of Color #c786ed

%34.91
%23.51
%41.58

CMYK Percentages of Color #c786ed

%16
%43
%0
%7

Triadic Colors of #c786ed

#c786ed #edc786 #86edc7

Analogous Colors of #c786ed

#c786ed #ed86e0 #9486ed

Monochromatic Colors of #c786ed

#c786ed

Complementary Color

#c786ed #aced86

#c786ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c786ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c786ed Color CSS Codes

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

#c786ed Text Font Color

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

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


#c786ed Background Color

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

This div background color is #c786ed


#c786ed Border Color

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

This div border color is #c786ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c786ed


Comments

No comments written yet.

Please login to write comment.