Color Hex Logo

#7525a3 Color Hex

#7525A3
(117,37,163)
0 Favorites   0 Comments

Color spaces of #7525a3

RGB 11737163
HSL0.770.630.39
HSV278°77°64°
CMYK 0.280.770.00   0.36
XYZ14.60857.749435.3762
Yxy7.74940.25300.1342
Hunter Lab27.837744.9560-55.8593
CIE-Lab33.455454.6599-52.2249

#7525a3 color RGB value is (117,37,163).

#7525a3 hex color red value is 117, green value is 37 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #7525a3 hue: 0.77 , saturation: 0.63 and the lightness value of 7525a3 is 0.39.

The process color (four color CMYK) of #7525a3 color hex is 0.28, 0.77, 0.00, 0.36. Web safe color of #7525a3 is #663399. Color #7525a3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100101 10100011
Octal 165 45 243
Decimal 117 37 163
Hex 75 25 A3

RGB Percentages of Color #7525a3

%36.91
%11.67
%51.42

CMYK Percentages of Color #7525a3

%28
%77
%0
%36

Triadic Colors of #7525a3

#7525a3 #a37525 #25a375

Analogous Colors of #7525a3

#7525a3 #a32592 #3625a3

Monochromatic Colors of #7525a3

#7525a3

Complementary Color

#7525a3 #53a325

#7525a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7525a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7525a3 Color CSS Codes

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

#7525a3 Text Font Color

<p style="color:#7525a3">Text here</p>

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


#7525a3 Background Color

<div style="background-color:#7525a3">
Div content here</div>

This div background color is #7525a3


#7525a3 Border Color

<div style="border:3px solid #7525a3">
Div here</div>

This div border color is #7525a3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,37,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7525a3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7525a3;
  -webkit-box-shadow: 1px 1px 3px 2px #7525a3;
  box-shadow:         1px 1px 3px 2px #7525a3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,37,163, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7525a3


Comments

No comments written yet.

Please login to write comment.