Color Hex Logo

#7507ad Color Hex

#7507AD
(117,7,173)
0 Favorites   0 Comments

Color spaces of #7507ad

RGB 1177173
HSL0.780.920.35
HSV280°96°68°
CMYK 0.320.960.00   0.32
XYZ14.95496.951040.0886
Yxy6.95100.24120.1121
Hunter Lab26.364755.1124-71.6974
CIE-Lab31.695164.3480-61.1124

#7507ad color RGB value is (117,7,173).

#7507ad hex color red value is 117, green value is 7 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7507ad hue: 0.78 , saturation: 0.92 and the lightness value of 7507ad is 0.35.

The process color (four color CMYK) of #7507ad color hex is 0.32, 0.96, 0.00, 0.32. Web safe color of #7507ad is #660099. Color #7507ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 10101101
Octal 165 7 255
Decimal 117 7 173
Hex 75 7 AD

RGB Percentages of Color #7507ad

%39.39
%2.36
%58.25

CMYK Percentages of Color #7507ad

%32
%96
%0
%32

Triadic Colors of #7507ad

#7507ad #ad7507 #07ad75

Analogous Colors of #7507ad

#7507ad #ad0792 #2207ad

Monochromatic Colors of #7507ad

#7507ad

Complementary Color

#7507ad #3fad07

#7507ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7507ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7507ad Color CSS Codes

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

#7507ad Text Font Color

<p style="color:#7507ad">Text here</p>

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


#7507ad Background Color

<div style="background-color:#7507ad">
Div content here</div>

This div background color is #7507ad


#7507ad Border Color

<div style="border:3px solid #7507ad">
Div here</div>

This div border color is #7507ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,7,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7507ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7507ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7507ad;
  box-shadow:         1px 1px 3px 2px #7507ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7507ad


Comments

No comments written yet.

Please login to write comment.