Color Hex Logo

#7521ba Color Hex

#7521BA
(117,33,186)
0 Favorites   0 Comments

Color spaces of #7521ba

RGB 11733186
HSL0.760.700.43
HSV273°82°73°
CMYK 0.370.820.00   0.27
XYZ16.74298.414847.1961
Yxy8.41480.23140.1163
Hunter Lab29.008352.2616-76.1583
CIE-Lab34.832261.1811-63.7185

#7521ba color RGB value is (117,33,186).

#7521ba hex color red value is 117, green value is 33 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7521ba hue: 0.76 , saturation: 0.70 and the lightness value of 7521ba is 0.43.

The process color (four color CMYK) of #7521ba color hex is 0.37, 0.82, 0.00, 0.27. Web safe color of #7521ba is #6633cc. Color #7521ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100001 10111010
Octal 165 41 272
Decimal 117 33 186
Hex 75 21 BA

RGB Percentages of Color #7521ba

%34.82
%9.82
%55.36

CMYK Percentages of Color #7521ba

%37
%82
%0
%27

Triadic Colors of #7521ba

#7521ba #ba7521 #21ba75

Analogous Colors of #7521ba

#7521ba #ba21b3 #2821ba

Monochromatic Colors of #7521ba

#7521ba

Complementary Color

#7521ba #66ba21

#7521ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7521ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7521ba Color CSS Codes

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

#7521ba Text Font Color

<p style="color:#7521ba">Text here</p>

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


#7521ba Background Color

<div style="background-color:#7521ba">
Div content here</div>

This div background color is #7521ba


#7521ba Border Color

<div style="border:3px solid #7521ba">
Div here</div>

This div border color is #7521ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,33,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7521ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7521ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7521ba;
  box-shadow:         1px 1px 3px 2px #7521ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7521ba


Comments

No comments written yet.

Please login to write comment.