Color Hex Logo

#7858ac Color Hex

#7858AC
(120,88,172)
0 Favorites   0 Comments

Color spaces of #7858ac

RGB 12088172
HSL0.730.340.51
HSV263°49°67°
CMYK 0.300.490.00   0.33
XYZ18.681813.951140.7379
Yxy13.95110.25460.1901
Hunter Lab37.351223.9151-38.5202
CIE-Lab44.162731.3902-40.3863

#7858ac color RGB value is (120,88,172).

#7858ac hex color red value is 120, green value is 88 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7858ac hue: 0.73 , saturation: 0.34 and the lightness value of 7858ac is 0.51.

The process color (four color CMYK) of #7858ac color hex is 0.30, 0.49, 0.00, 0.33. Web safe color of #7858ac is #666699. Color #7858ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011000 10101100
Octal 170 130 254
Decimal 120 88 172
Hex 78 58 AC

RGB Percentages of Color #7858ac

%31.58
%23.16
%45.26

CMYK Percentages of Color #7858ac

%30
%49
%0
%33

Triadic Colors of #7858ac

#7858ac #ac7858 #58ac78

Analogous Colors of #7858ac

#7858ac #a258ac #5862ac

Monochromatic Colors of #7858ac

#7858ac

Complementary Color

#7858ac #8cac58

#7858ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7858ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7858ac Color CSS Codes

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

#7858ac Text Font Color

<p style="color:#7858ac">Text here</p>

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


#7858ac Background Color

<div style="background-color:#7858ac">
Div content here</div>

This div background color is #7858ac


#7858ac Border Color

<div style="border:3px solid #7858ac">
Div here</div>

This div border color is #7858ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7858ac


Comments

No comments written yet.

Please login to write comment.