Color Hex Logo

#7d5aaf Color Hex

#7D5AAF
(125,90,175)
0 Favorites   0 Comments

Color spaces of #7d5aaf

RGB 12590175
HSL0.740.350.52
HSV265°49°69°
CMYK 0.290.490.00   0.31
XYZ19.851514.767442.3616
Yxy14.76740.25790.1918
Hunter Lab38.428424.9607-38.4586
CIE-Lab45.314032.3730-40.2912

#7d5aaf color RGB value is (125,90,175).

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

The process color (four color CMYK) of #7d5aaf color hex is 0.29, 0.49, 0.00, 0.31. Web safe color of #7d5aaf is #666699. Color #7d5aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01011010 10101111
Octal 175 132 257
Decimal 125 90 175
Hex 7D 5A AF

RGB Percentages of Color #7d5aaf

%32.05
%23.08
%44.87

CMYK Percentages of Color #7d5aaf

%29
%49
%0
%31

Triadic Colors of #7d5aaf

#7d5aaf #af7d5a #5aaf7d

Analogous Colors of #7d5aaf

#7d5aaf #a85aaf #5a62af

Monochromatic Colors of #7d5aaf

#7d5aaf

Complementary Color

#7d5aaf #8caf5a

#7d5aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d5aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d5aaf Color CSS Codes

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

#7d5aaf Text Font Color

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

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


#7d5aaf Background Color

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

This div background color is #7d5aaf


#7d5aaf Border Color

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

This div border color is #7d5aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,90,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d5aaf


Comments

No comments written yet.

Please login to write comment.