Color Hex Logo

#7856ce Color Hex

#7856CE
(120,86,206)
0 Favorites   0 Comments

Color spaces of #7856ce

RGB 12086206
HSL0.710.550.57
HSV257°58°81°
CMYK 0.420.580.00   0.19
XYZ22.214115.104960.1372
Yxy15.10490.22790.1550
Hunter Lab38.865034.0115-64.5360
CIE-Lab45.777541.7053-57.5804

#7856ce color RGB value is (120,86,206).

#7856ce hex color red value is 120, green value is 86 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7856ce hue: 0.71 , saturation: 0.55 and the lightness value of 7856ce is 0.57.

The process color (four color CMYK) of #7856ce color hex is 0.42, 0.58, 0.00, 0.19. Web safe color of #7856ce is #6666cc. Color #7856ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010110 11001110
Octal 170 126 316
Decimal 120 86 206
Hex 78 56 CE

RGB Percentages of Color #7856ce

%29.13
%20.87
%50.00

CMYK Percentages of Color #7856ce

%42
%58
%0
%19

Triadic Colors of #7856ce

#7856ce #ce7856 #56ce78

Analogous Colors of #7856ce

#7856ce #b456ce #5670ce

Monochromatic Colors of #7856ce

#7856ce

Complementary Color

#7856ce #acce56

#7856ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7856ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7856ce Color CSS Codes

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

#7856ce Text Font Color

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

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


#7856ce Background Color

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

This div background color is #7856ce


#7856ce Border Color

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

This div border color is #7856ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,86,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7856ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7856ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7856ce;
  box-shadow:         1px 1px 3px 2px #7856ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,86,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7856ce


Comments

No comments written yet.

Please login to write comment.