Color Hex Logo

#7591fa Color Hex

#7591FA
(117,145,250)
1 Favorites   0 Comments

Color spaces of #7591fa

RGB 117145250
HSL0.630.930.72
HSV227°53°98°
CMYK 0.530.420.00   0.02
XYZ34.716830.934894.5837
Yxy30.93480.21670.1931
Hunter Lab55.619114.0844-61.8930
CIE-Lab62.452619.2555-55.5679

#7591fa color RGB value is (117,145,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010001 11111010
Octal 165 221 372
Decimal 117 145 250
Hex 75 91 FA

RGB Percentages of Color #7591fa

%22.85
%28.32
%48.83

CMYK Percentages of Color #7591fa

%53
%42
%0
%2

Triadic Colors of #7591fa

#7591fa #fa7591 #91fa75

Analogous Colors of #7591fa

#7591fa #9c75fa #75d4fa

Monochromatic Colors of #7591fa

#7591fa

Complementary Color

#7591fa #fade75

#7591fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7591fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7591fa Color CSS Codes

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

#7591fa Text Font Color

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

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


#7591fa Background Color

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

This div background color is #7591fa


#7591fa Border Color

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

This div border color is #7591fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7591fa


Comments

No comments written yet.

Please login to write comment.