Color Hex Logo

#785dbf Color Hex

#785DBF
(120,93,191)
0 Favorites   0 Comments

Color spaces of #785dbf

RGB 12093191
HSL0.710.430.56
HSV257°51°75°
CMYK 0.370.510.00   0.25
XYZ21.064015.583451.1879
Yxy15.58340.23980.1774
Hunter Lab39.475826.1636-49.2477
CIE-Lab46.423133.5130-47.8866

#785dbf color RGB value is (120,93,191).

#785dbf hex color red value is 120, green value is 93 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #785dbf hue: 0.71 , saturation: 0.43 and the lightness value of 785dbf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011101 10111111
Octal 170 135 277
Decimal 120 93 191
Hex 78 5D BF

RGB Percentages of Color #785dbf

%29.70
%23.02
%47.28

CMYK Percentages of Color #785dbf

%37
%51
%0
%25

Triadic Colors of #785dbf

#785dbf #bf785d #5dbf78

Analogous Colors of #785dbf

#785dbf #a95dbf #5d73bf

Monochromatic Colors of #785dbf

#785dbf

Complementary Color

#785dbf #a4bf5d

#785dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#785dbf Color CSS Codes

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

#785dbf Text Font Color

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

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


#785dbf Background Color

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

This div background color is #785dbf


#785dbf Border Color

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

This div border color is #785dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785dbf


Comments

No comments written yet.

Please login to write comment.