Color Hex Logo

#785ebd Color Hex

#785EBD
(120,94,189)
0 Favorites   0 Comments

Color spaces of #785ebd

RGB 12094189
HSL0.710.420.55
HSV256°50°74°
CMYK 0.370.500.00   0.26
XYZ20.933715.672650.0659
Yxy15.67260.24150.1808
Hunter Lab39.588625.1072-47.2693
CIE-Lab46.542032.3754-46.5370

#785ebd color RGB value is (120,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011110 10111101
Octal 170 136 275
Decimal 120 94 189
Hex 78 5E BD

RGB Percentages of Color #785ebd

%29.78
%23.33
%46.90

CMYK Percentages of Color #785ebd

%37
%50
%0
%26

Triadic Colors of #785ebd

#785ebd #bd785e #5ebd78

Analogous Colors of #785ebd

#785ebd #a85ebd #5e74bd

Monochromatic Colors of #785ebd

#785ebd

Complementary Color

#785ebd #a3bd5e

#785ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#785ebd Color CSS Codes

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

#785ebd Text Font Color

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

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


#785ebd Background Color

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

This div background color is #785ebd


#785ebd Border Color

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

This div border color is #785ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785ebd


Comments

No comments written yet.

Please login to write comment.