Color Hex Logo

#c786ec Color Hex

#C786EC
(199,134,236)
0 Favorites   0 Comments

Color spaces of #c786ec

RGB 199134236
HSL0.770.730.73
HSV278°43°93°
CMYK 0.160.430.00   0.07
XYZ47.218635.248483.6718
Yxy35.24840.28420.2122
Hunter Lab59.370438.0670-41.9993
CIE-Lab65.941642.8032-41.9119

#c786ec color RGB value is (199,134,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000110 11101100
Octal 307 206 354
Decimal 199 134 236
Hex C7 86 EC

RGB Percentages of Color #c786ec

%34.97
%23.55
%41.48

CMYK Percentages of Color #c786ec

%16
%43
%0
%7

Triadic Colors of #c786ec

#c786ec #ecc786 #86ecc7

Analogous Colors of #c786ec

#c786ec #ec86de #9486ec

Monochromatic Colors of #c786ec

#c786ec

Complementary Color

#c786ec #abec86

#c786ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c786ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c786ec Color CSS Codes

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

#c786ec Text Font Color

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

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


#c786ec Background Color

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

This div background color is #c786ec


#c786ec Border Color

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

This div border color is #c786ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c786ec


Comments

No comments written yet.

Please login to write comment.