Color Hex Logo

#7491eb Color Hex

#7491EB
(116,145,235)
0 Favorites   0 Comments

Color spaces of #7491eb

RGB 116145235
HSL0.630.750.69
HSV225°51°92°
CMYK 0.510.380.00   0.08
XYZ32.323329.962082.6769
Yxy29.96200.22300.2067
Hunter Lab54.73769.6160-51.2367
CIE-Lab61.621414.4279-48.6315

#7491eb color RGB value is (116,145,235).

#7491eb hex color red value is 116, green value is 145 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7491eb hue: 0.63 , saturation: 0.75 and the lightness value of 7491eb is 0.69.

The process color (four color CMYK) of #7491eb color hex is 0.51, 0.38, 0.00, 0.08. Web safe color of #7491eb is #6699ff. Color #7491eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010001 11101011
Octal 164 221 353
Decimal 116 145 235
Hex 74 91 EB

RGB Percentages of Color #7491eb

%23.39
%29.23
%47.38

CMYK Percentages of Color #7491eb

%51
%38
%0
%8

Triadic Colors of #7491eb

#7491eb #eb7491 #91eb74

Analogous Colors of #7491eb

#7491eb #9374eb #74cdeb

Monochromatic Colors of #7491eb

#7491eb

Complementary Color

#7491eb #ebce74

#7491eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7491eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7491eb Color CSS Codes

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

#7491eb Text Font Color

<p style="color:#7491eb">Text here</p>

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


#7491eb Background Color

<div style="background-color:#7491eb">
Div content here</div>

This div background color is #7491eb


#7491eb Border Color

<div style="border:3px solid #7491eb">
Div here</div>

This div border color is #7491eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,145,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7491eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7491eb;
  -webkit-box-shadow: 1px 1px 3px 2px #7491eb;
  box-shadow:         1px 1px 3px 2px #7491eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7491eb


Comments

No comments written yet.

Please login to write comment.