Color Hex Logo

#7590fa Color Hex

#7590FA
(117,144,250)
0 Favorites   0 Comments

Color spaces of #7590fa

RGB 117144250
HSL0.630.930.72
HSV228°53°98°
CMYK 0.530.420.00   0.02
XYZ34.564730.630694.5330
Yxy30.63060.21640.1918
Hunter Lab55.344914.6254-62.5300
CIE-Lab62.194619.8449-55.9786

#7590fa color RGB value is (117,144,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010000 11111010
Octal 165 220 372
Decimal 117 144 250
Hex 75 90 FA

RGB Percentages of Color #7590fa

%22.90
%28.18
%48.92

CMYK Percentages of Color #7590fa

%53
%42
%0
%2

Triadic Colors of #7590fa

#7590fa #fa7590 #90fa75

Analogous Colors of #7590fa

#7590fa #9d75fa #75d3fa

Monochromatic Colors of #7590fa

#7590fa

Complementary Color

#7590fa #fadf75

#7590fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7590fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7590fa Color CSS Codes

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

#7590fa Text Font Color

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

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


#7590fa Background Color

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

This div background color is #7590fa


#7590fa Border Color

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

This div border color is #7590fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7590fa

Related Colors


Comments

No comments written yet.

Please login to write comment.