Color Hex Logo

#7625aa Color Hex

#7625AA
(118,37,170)
0 Favorites   0 Comments

Color spaces of #7625aa

RGB 11837170
HSL0.770.640.41
HSV277°78°67°
CMYK 0.310.780.00   0.33
XYZ15.38858.077038.7782
Yxy8.07700.24720.1298
Hunter Lab28.420146.9166-61.0051
CIE-Lab34.142756.3818-55.3132

#7625aa color RGB value is (118,37,170).

#7625aa hex color red value is 118, green value is 37 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7625aa hue: 0.77 , saturation: 0.64 and the lightness value of 7625aa is 0.41.

The process color (four color CMYK) of #7625aa color hex is 0.31, 0.78, 0.00, 0.33. Web safe color of #7625aa is #663399. Color #7625aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100101 10101010
Octal 166 45 252
Decimal 118 37 170
Hex 76 25 AA

RGB Percentages of Color #7625aa

%36.31
%11.38
%52.31

CMYK Percentages of Color #7625aa

%31
%78
%0
%33

Triadic Colors of #7625aa

#7625aa #aa7625 #25aa76

Analogous Colors of #7625aa

#7625aa #aa259c #3325aa

Monochromatic Colors of #7625aa

#7625aa

Complementary Color

#7625aa #59aa25

#7625aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7625aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7625aa Color CSS Codes

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

#7625aa Text Font Color

<p style="color:#7625aa">Text here</p>

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


#7625aa Background Color

<div style="background-color:#7625aa">
Div content here</div>

This div background color is #7625aa


#7625aa Border Color

<div style="border:3px solid #7625aa">
Div here</div>

This div border color is #7625aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,37,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7625aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7625aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7625aa;
  box-shadow:         1px 1px 3px 2px #7625aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7625aa


Comments

No comments written yet.

Please login to write comment.