Color Hex Logo

#785dab Color Hex

#785DAB
(120,93,171)
0 Favorites   0 Comments

Color spaces of #785dab

RGB 12093171
HSL0.720.320.52
HSV261°46°67°
CMYK 0.300.460.00   0.33
XYZ19.010814.762040.3755
Yxy14.76200.25640.1991
Hunter Lab38.421321.0841-35.4106
CIE-Lab45.306528.1569-37.9857

#785dab color RGB value is (120,93,171).

#785dab hex color red value is 120, green value is 93 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #785dab hue: 0.72 , saturation: 0.32 and the lightness value of 785dab is 0.52.

The process color (four color CMYK) of #785dab color hex is 0.30, 0.46, 0.00, 0.33. Web safe color of #785dab is #666699. Color #785dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011101 10101011
Octal 170 135 253
Decimal 120 93 171
Hex 78 5D AB

RGB Percentages of Color #785dab

%31.25
%24.22
%44.53

CMYK Percentages of Color #785dab

%30
%46
%0
%33

Triadic Colors of #785dab

#785dab #ab785d #5dab78

Analogous Colors of #785dab

#785dab #9f5dab #5d69ab

Monochromatic Colors of #785dab

#785dab

Complementary Color

#785dab #90ab5d

#785dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#785dab Color CSS Codes

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

#785dab Text Font Color

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

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


#785dab Background Color

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

This div background color is #785dab


#785dab Border Color

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

This div border color is #785dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785dab


Comments

No comments written yet.

Please login to write comment.