Color Hex Logo

#785bbd Color Hex

#785BBD
(120,91,189)
0 Favorites   0 Comments

Color spaces of #785bbd

RGB 12091189
HSL0.720.430.55
HSV258°52°74°
CMYK 0.370.520.00   0.26
XYZ20.672115.149449.9787
Yxy15.14940.24090.1766
Hunter Lab38.922226.6898-48.8867
CIE-Lab45.838134.1461-47.6608

#785bbd color RGB value is (120,91,189).

#785bbd hex color red value is 120, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #785bbd hue: 0.72 , saturation: 0.43 and the lightness value of 785bbd is 0.55.

The process color (four color CMYK) of #785bbd color hex is 0.37, 0.52, 0.00, 0.26. Web safe color of #785bbd is #6666cc. Color #785bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011011 10111101
Octal 170 133 275
Decimal 120 91 189
Hex 78 5B BD

RGB Percentages of Color #785bbd

%30.00
%22.75
%47.25

CMYK Percentages of Color #785bbd

%37
%52
%0
%26

Triadic Colors of #785bbd

#785bbd #bd785b #5bbd78

Analogous Colors of #785bbd

#785bbd #a95bbd #5b6fbd

Monochromatic Colors of #785bbd

#785bbd

Complementary Color

#785bbd #a0bd5b

#785bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#785bbd Color CSS Codes

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

#785bbd Text Font Color

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

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


#785bbd Background Color

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

This div background color is #785bbd


#785bbd Border Color

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

This div border color is #785bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,91,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #785bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #785bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #785bbd;
  box-shadow:         1px 1px 3px 2px #785bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785bbd


Comments

No comments written yet.

Please login to write comment.