Color Hex Logo

#785abb Color Hex

#785ABB
(120,90,187)
0 Favorites   0 Comments

Color spaces of #785abb

RGB 12090187
HSL0.720.420.54
HSV259°52°73°
CMYK 0.360.520.00   0.27
XYZ20.371514.893348.8147
Yxy14.89330.24230.1771
Hunter Lab38.591826.6892-47.9815
CIE-Lab45.487734.1920-47.0579

#785abb color RGB value is (120,90,187).

#785abb hex color red value is 120, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #785abb hue: 0.72 , saturation: 0.42 and the lightness value of 785abb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011010 10111011
Octal 170 132 273
Decimal 120 90 187
Hex 78 5A BB

RGB Percentages of Color #785abb

%30.23
%22.67
%47.10

CMYK Percentages of Color #785abb

%36
%52
%0
%27

Triadic Colors of #785abb

#785abb #bb785a #5abb78

Analogous Colors of #785abb

#785abb #a95abb #5a6dbb

Monochromatic Colors of #785abb

#785abb

Complementary Color

#785abb #9dbb5a

#785abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#785abb Color CSS Codes

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

#785abb Text Font Color

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

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


#785abb Background Color

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

This div background color is #785abb


#785abb Border Color

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

This div border color is #785abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785abb


Comments

No comments written yet.

Please login to write comment.