Color Hex Logo

#7524fa Color Hex

#7524FA
(117,36,250)
0 Favorites   0 Comments

Color spaces of #7524fa

RGB 11736250
HSL0.730.960.56
HSV263°86°98°
CMYK 0.530.860.00   0.02
XYZ25.222311.945891.4189
Yxy11.94580.19610.0929
Hunter Lab34.562769.7765-132.6291
CIE-Lab41.129875.0566-90.1786

#7524fa color RGB value is (117,36,250).

#7524fa hex color red value is 117, green value is 36 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7524fa hue: 0.73 , saturation: 0.96 and the lightness value of 7524fa is 0.56.

The process color (four color CMYK) of #7524fa color hex is 0.53, 0.86, 0.00, 0.02. Web safe color of #7524fa is #6633ff. Color #7524fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100100 11111010
Octal 165 44 372
Decimal 117 36 250
Hex 75 24 FA

RGB Percentages of Color #7524fa

%29.03
%8.93
%62.03

CMYK Percentages of Color #7524fa

%53
%86
%0
%2

Triadic Colors of #7524fa

#7524fa #fa7524 #24fa75

Analogous Colors of #7524fa

#7524fa #e024fa #243efa

Monochromatic Colors of #7524fa

#7524fa

Complementary Color

#7524fa #a9fa24

#7524fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7524fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7524fa Color CSS Codes

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

#7524fa Text Font Color

<p style="color:#7524fa">Text here</p>

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


#7524fa Background Color

<div style="background-color:#7524fa">
Div content here</div>

This div background color is #7524fa


#7524fa Border Color

<div style="border:3px solid #7524fa">
Div here</div>

This div border color is #7524fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,36,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7524fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7524fa;
  -webkit-box-shadow: 1px 1px 3px 2px #7524fa;
  box-shadow:         1px 1px 3px 2px #7524fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7524fa


Comments

No comments written yet.

Please login to write comment.