Color Hex Logo

#7857bc Color Hex

#7857BC
(120,87,188)
0 Favorites   0 Comments

Color spaces of #7857bc

RGB 12087188
HSL0.720.430.54
HSV260°54°74°
CMYK 0.360.540.00   0.26
XYZ20.231014.440349.2979
Yxy14.44030.24090.1720
Hunter Lab38.000428.5308-50.3166
CIE-Lab44.857936.2173-48.6473

#7857bc color RGB value is (120,87,188).

#7857bc hex color red value is 120, green value is 87 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7857bc hue: 0.72 , saturation: 0.43 and the lightness value of 7857bc is 0.54.

The process color (four color CMYK) of #7857bc color hex is 0.36, 0.54, 0.00, 0.26. Web safe color of #7857bc is #6666cc. Color #7857bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010111 10111100
Octal 170 127 274
Decimal 120 87 188
Hex 78 57 BC

RGB Percentages of Color #7857bc

%30.38
%22.03
%47.59

CMYK Percentages of Color #7857bc

%36
%54
%0
%26

Triadic Colors of #7857bc

#7857bc #bc7857 #57bc78

Analogous Colors of #7857bc

#7857bc #ab57bc #5769bc

Monochromatic Colors of #7857bc

#7857bc

Complementary Color

#7857bc #9bbc57

#7857bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7857bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7857bc Color CSS Codes

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

#7857bc Text Font Color

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

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


#7857bc Background Color

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

This div background color is #7857bc


#7857bc Border Color

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

This div border color is #7857bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,87,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7857bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7857bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7857bc;
  box-shadow:         1px 1px 3px 2px #7857bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7857bc


Comments

No comments written yet.

Please login to write comment.