Color Hex Logo

#785fb5 Color Hex

#785FB5
(120,95,181)
0 Favorites   0 Comments

Color spaces of #785fb5

RGB 12095181
HSL0.720.370.54
HSV257°48°71°
CMYK 0.340.480.00   0.29
XYZ20.178415.513745.6470
Yxy15.51370.24810.1907
Hunter Lab39.387422.5185-41.1413
CIE-Lab46.329929.6134-42.2205

#785fb5 color RGB value is (120,95,181).

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

The process color (four color CMYK) of #785fb5 color hex is 0.34, 0.48, 0.00, 0.29. Web safe color of #785fb5 is #6666cc. Color #785fb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011111 10110101
Octal 170 137 265
Decimal 120 95 181
Hex 78 5F B5

RGB Percentages of Color #785fb5

%30.30
%23.99
%45.71

CMYK Percentages of Color #785fb5

%34
%48
%0
%29

Triadic Colors of #785fb5

#785fb5 #b5785f #5fb578

Analogous Colors of #785fb5

#785fb5 #a35fb5 #5f71b5

Monochromatic Colors of #785fb5

#785fb5

Complementary Color

#785fb5 #9cb55f

#785fb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785fb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785fb5 Color CSS Codes

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

#785fb5 Text Font Color

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

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


#785fb5 Background Color

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

This div background color is #785fb5


#785fb5 Border Color

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

This div border color is #785fb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785fb5


Comments

No comments written yet.

Please login to write comment.