Color Hex Logo

#7537fa Color Hex

#7537FA
(117,55,250)
0 Favorites   0 Comments

Color spaces of #7537fa

RGB 11755250
HSL0.720.950.60
HSV259°78°98°
CMYK 0.530.780.00   0.02
XYZ25.957613.416491.6640
Yxy13.41640.19810.1024
Hunter Lab36.628462.3986-122.7356
CIE-Lab43.384168.4326-86.4604

#7537fa color RGB value is (117,55,250).

#7537fa hex color red value is 117, green value is 55 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7537fa hue: 0.72 , saturation: 0.95 and the lightness value of 7537fa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110111 11111010
Octal 165 67 372
Decimal 117 55 250
Hex 75 37 FA

RGB Percentages of Color #7537fa

%27.73
%13.03
%59.24

CMYK Percentages of Color #7537fa

%53
%78
%0
%2

Triadic Colors of #7537fa

#7537fa #fa7537 #37fa75

Analogous Colors of #7537fa

#7537fa #d737fa #375afa

Monochromatic Colors of #7537fa

#7537fa

Complementary Color

#7537fa #bcfa37

#7537fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7537fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7537fa Color CSS Codes

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

#7537fa Text Font Color

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

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


#7537fa Background Color

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

This div background color is #7537fa


#7537fa Border Color

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

This div border color is #7537fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7537fa


Comments

No comments written yet.

Please login to write comment.