Color Hex Logo

#785fac Color Hex

#785FAC
(120,95,172)
0 Favorites   0 Comments

Color spaces of #785fac

RGB 12095172
HSL0.720.320.52
HSV259°45°67°
CMYK 0.300.450.00   0.33
XYZ19.284315.156040.9387
Yxy15.15600.25580.2011
Hunter Lab38.930720.2911-35.0966
CIE-Lab45.847127.2221-37.7185

#785fac color RGB value is (120,95,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011111 10101100
Octal 170 137 254
Decimal 120 95 172
Hex 78 5F AC

RGB Percentages of Color #785fac

%31.01
%24.55
%44.44

CMYK Percentages of Color #785fac

%30
%45
%0
%33

Triadic Colors of #785fac

#785fac #ac785f #5fac78

Analogous Colors of #785fac

#785fac #9f5fac #5f6dac

Monochromatic Colors of #785fac

#785fac

Complementary Color

#785fac #93ac5f

#785fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#785fac Color CSS Codes

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

#785fac Text Font Color

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

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


#785fac Background Color

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

This div background color is #785fac


#785fac Border Color

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

This div border color is #785fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785fac


Comments

No comments written yet.

Please login to write comment.