Color Hex Logo

#7850bf Color Hex

#7850BF
(120,80,191)
0 Favorites   0 Comments

Color spaces of #7850bf

RGB 12080191
HSL0.730.460.53
HSV262°58°75°
CMYK 0.370.580.00   0.25
XYZ20.018413.492050.8393
Yxy13.49200.23730.1600
Hunter Lab36.731533.0013-56.3501
CIE-Lab43.495441.0406-52.5805

#7850bf color RGB value is (120,80,191).

#7850bf hex color red value is 120, green value is 80 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7850bf hue: 0.73 , saturation: 0.46 and the lightness value of 7850bf is 0.53.

The process color (four color CMYK) of #7850bf color hex is 0.37, 0.58, 0.00, 0.25. Web safe color of #7850bf is #6666cc. Color #7850bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010000 10111111
Octal 170 120 277
Decimal 120 80 191
Hex 78 50 BF

RGB Percentages of Color #7850bf

%30.69
%20.46
%48.85

CMYK Percentages of Color #7850bf

%37
%58
%0
%25

Triadic Colors of #7850bf

#7850bf #bf7850 #50bf78

Analogous Colors of #7850bf

#7850bf #b050bf #505fbf

Monochromatic Colors of #7850bf

#7850bf

Complementary Color

#7850bf #97bf50

#7850bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7850bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7850bf Color CSS Codes

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

#7850bf Text Font Color

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

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


#7850bf Background Color

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

This div background color is #7850bf


#7850bf Border Color

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

This div border color is #7850bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,80,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7850bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7850bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7850bf;
  box-shadow:         1px 1px 3px 2px #7850bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7850bf


Comments

No comments written yet.

Please login to write comment.