Color Hex Logo

#7589fb Color Hex

#7589FB
(117,137,251)
0 Favorites   0 Comments

Color spaces of #7589fb

RGB 117137251
HSL0.640.940.72
HSV231°53°98°
CMYK 0.530.450.00   0.02
XYZ33.694428.638395.0186
Yxy28.63830.21410.1820
Hunter Lab53.514818.7378-67.8125
CIE-Lab60.461124.2959-59.2935

#7589fb color RGB value is (117,137,251).

#7589fb hex color red value is 117, green value is 137 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7589fb hue: 0.64 , saturation: 0.94 and the lightness value of 7589fb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001001 11111011
Octal 165 211 373
Decimal 117 137 251
Hex 75 89 FB

RGB Percentages of Color #7589fb

%23.17
%27.13
%49.70

CMYK Percentages of Color #7589fb

%53
%45
%0
%2

Triadic Colors of #7589fb

#7589fb #fb7589 #89fb75

Analogous Colors of #7589fb

#7589fb #a475fb #75ccfb

Monochromatic Colors of #7589fb

#7589fb

Complementary Color

#7589fb #fbe775

#7589fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7589fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7589fb Color CSS Codes

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

#7589fb Text Font Color

<p style="color:#7589fb">Text here</p>

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


#7589fb Background Color

<div style="background-color:#7589fb">
Div content here</div>

This div background color is #7589fb


#7589fb Border Color

<div style="border:3px solid #7589fb">
Div here</div>

This div border color is #7589fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,137,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7589fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7589fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7589fb;
  box-shadow:         1px 1px 3px 2px #7589fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7589fb


Comments

No comments written yet.

Please login to write comment.