Color Hex Logo

#7855ae Color Hex

#7855AE
(120,85,174)
0 Favorites   0 Comments

Color spaces of #7855ae

RGB 12085174
HSL0.730.350.51
HSV264°51°68°
CMYK 0.310.510.00   0.32
XYZ18.634213.546141.6769
Yxy13.54610.25230.1834
Hunter Lab36.805025.9649-41.3747
CIE-Lab43.574833.6772-42.4988

#7855ae color RGB value is (120,85,174).

#7855ae hex color red value is 120, green value is 85 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7855ae hue: 0.73 , saturation: 0.35 and the lightness value of 7855ae is 0.51.

The process color (four color CMYK) of #7855ae color hex is 0.31, 0.51, 0.00, 0.32. Web safe color of #7855ae is #666699. Color #7855ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010101 10101110
Octal 170 125 256
Decimal 120 85 174
Hex 78 55 AE

RGB Percentages of Color #7855ae

%31.66
%22.43
%45.91

CMYK Percentages of Color #7855ae

%31
%51
%0
%32

Triadic Colors of #7855ae

#7855ae #ae7855 #55ae78

Analogous Colors of #7855ae

#7855ae #a555ae #555eae

Monochromatic Colors of #7855ae

#7855ae

Complementary Color

#7855ae #8bae55

#7855ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7855ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7855ae Color CSS Codes

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

#7855ae Text Font Color

<p style="color:#7855ae">Text here</p>

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


#7855ae Background Color

<div style="background-color:#7855ae">
Div content here</div>

This div background color is #7855ae


#7855ae Border Color

<div style="border:3px solid #7855ae">
Div here</div>

This div border color is #7855ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,85,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7855ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7855ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7855ae;
  box-shadow:         1px 1px 3px 2px #7855ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7855ae


Comments

No comments written yet.

Please login to write comment.