Color Hex Logo

#7591be Color Hex

#7591BE
(117,145,190)
0 Favorites   0 Comments

Color spaces of #7591be

RGB 117145190
HSL0.600.360.60
HSV217°38°75°
CMYK 0.380.240.00   0.25
XYZ26.755827.750452.6614
Yxy27.75040.24970.2589
Hunter Lab52.6786-1.5264-22.3955
CIE-Lab59.66261.5582-26.5381

#7591be color RGB value is (117,145,190).

#7591be hex color red value is 117, green value is 145 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7591be hue: 0.60 , saturation: 0.36 and the lightness value of 7591be is 0.60.

The process color (four color CMYK) of #7591be color hex is 0.38, 0.24, 0.00, 0.25. Web safe color of #7591be is #6699cc. Color #7591be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010001 10111110
Octal 165 221 276
Decimal 117 145 190
Hex 75 91 BE

RGB Percentages of Color #7591be

%25.88
%32.08
%42.04

CMYK Percentages of Color #7591be

%38
%24
%0
%25

Triadic Colors of #7591be

#7591be #be7591 #91be75

Analogous Colors of #7591be

#7591be #7e75be #75b6be

Monochromatic Colors of #7591be

#7591be

Complementary Color

#7591be #bea275

#7591be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7591be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7591be Color CSS Codes

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

#7591be Text Font Color

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

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


#7591be Background Color

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

This div background color is #7591be


#7591be Border Color

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

This div border color is #7591be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7591be


Comments

No comments written yet.

Please login to write comment.