Color Hex Logo

#7851cc Color Hex

#7851CC
(120,81,204)
0 Favorites   0 Comments

Color spaces of #7851cc

RGB 12081204
HSL0.720.550.56
HSV259°60°80°
CMYK 0.410.600.00   0.20
XYZ21.587214.237658.7371
Yxy14.23760.22830.1506
Hunter Lab37.732736.0890-65.8815
CIE-Lab44.571843.9776-58.3758

#7851cc color RGB value is (120,81,204).

#7851cc hex color red value is 120, green value is 81 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7851cc hue: 0.72 , saturation: 0.55 and the lightness value of 7851cc is 0.56.

The process color (four color CMYK) of #7851cc color hex is 0.41, 0.60, 0.00, 0.20. Web safe color of #7851cc is #6666cc. Color #7851cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010001 11001100
Octal 170 121 314
Decimal 120 81 204
Hex 78 51 CC

RGB Percentages of Color #7851cc

%29.63
%20.00
%50.37

CMYK Percentages of Color #7851cc

%41
%60
%0
%20

Triadic Colors of #7851cc

#7851cc #cc7851 #51cc78

Analogous Colors of #7851cc

#7851cc #b651cc #5168cc

Monochromatic Colors of #7851cc

#7851cc

Complementary Color

#7851cc #a5cc51

#7851cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7851cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7851cc Color CSS Codes

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

#7851cc Text Font Color

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

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


#7851cc Background Color

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

This div background color is #7851cc


#7851cc Border Color

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

This div border color is #7851cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,81,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7851cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7851cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7851cc;
  box-shadow:         1px 1px 3px 2px #7851cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,81,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 #7851cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7851cc


Comments

No comments written yet.

Please login to write comment.