Color Hex Logo

#7504fa Color Hex

#7504FA
(117,4,250)
0 Favorites   0 Comments

Color spaces of #7504fa

RGB 1174250
HSL0.740.970.50
HSV268°98°98°
CMYK 0.530.980.00   0.02
XYZ24.634910.770991.2231
Yxy10.77090.19450.0851
Hunter Lab32.819076.5538-141.8278
CIE-Lab39.191980.8959-93.3851

#7504fa color RGB value is (117,4,250).

#7504fa hex color red value is 117, green value is 4 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7504fa hue: 0.74 , saturation: 0.97 and the lightness value of 7504fa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000100 11111010
Octal 165 4 372
Decimal 117 4 250
Hex 75 4 FA

RGB Percentages of Color #7504fa

%31.54
%1.08
%67.39

CMYK Percentages of Color #7504fa

%53
%98
%0
%2

Triadic Colors of #7504fa

#7504fa #fa7504 #04fa75

Analogous Colors of #7504fa

#7504fa #f004fa #040efa

Monochromatic Colors of #7504fa

#7504fa

Complementary Color

#7504fa #89fa04

#7504fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7504fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7504fa Color CSS Codes

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

#7504fa Text Font Color

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

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


#7504fa Background Color

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

This div background color is #7504fa


#7504fa Border Color

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

This div border color is #7504fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,4,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 #7504fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7504fa

Related Colors


Comments

No comments written yet.

Please login to write comment.