Color Hex Logo

#7d59ae Color Hex

#7D59AE
(125,89,174)
0 Favorites   0 Comments

Color spaces of #7d59ae

RGB 12589174
HSL0.740.340.52
HSV265°49°68°
CMYK 0.280.490.00   0.32
XYZ19.669814.560741.8182
Yxy14.56070.25860.1915
Hunter Lab38.158525.2352-38.2655
CIE-Lab45.026532.7040-40.1597

#7d59ae color RGB value is (125,89,174).

#7d59ae hex color red value is 125, green value is 89 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7d59ae hue: 0.74 , saturation: 0.34 and the lightness value of 7d59ae is 0.52.

The process color (four color CMYK) of #7d59ae color hex is 0.28, 0.49, 0.00, 0.32. Web safe color of #7d59ae is #666699. Color #7d59ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01011001 10101110
Octal 175 131 256
Decimal 125 89 174
Hex 7D 59 AE

RGB Percentages of Color #7d59ae

%32.22
%22.94
%44.85

CMYK Percentages of Color #7d59ae

%28
%49
%0
%32

Triadic Colors of #7d59ae

#7d59ae #ae7d59 #59ae7d

Analogous Colors of #7d59ae

#7d59ae #a859ae #5960ae

Monochromatic Colors of #7d59ae

#7d59ae

Complementary Color

#7d59ae #8aae59

#7d59ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d59ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d59ae Color CSS Codes

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

#7d59ae Text Font Color

<p style="color:#7d59ae">Text here</p>

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


#7d59ae Background Color

<div style="background-color:#7d59ae">
Div content here</div>

This div background color is #7d59ae


#7d59ae Border Color

<div style="border:3px solid #7d59ae">
Div here</div>

This div border color is #7d59ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,89,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d59ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d59ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7d59ae;
  box-shadow:         1px 1px 3px 2px #7d59ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,89,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 #7d59ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d59ae


Comments

No comments written yet.

Please login to write comment.