Color Hex Logo

#7391fb Color Hex

#7391FB
(115,145,251)
0 Favorites   0 Comments

Color spaces of #7391fb

RGB 115145251
HSL0.630.940.72
HSV227°54°98°
CMYK 0.540.420.00   0.02
XYZ34.608230.860795.3994
Yxy30.86070.21510.1918
Hunter Lab55.552413.9857-62.9312
CIE-Lab62.389919.1527-56.2230

#7391fb color RGB value is (115,145,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010001 11111011
Octal 163 221 373
Decimal 115 145 251
Hex 73 91 FB

RGB Percentages of Color #7391fb

%22.50
%28.38
%49.12

CMYK Percentages of Color #7391fb

%54
%42
%0
%2

Triadic Colors of #7391fb

#7391fb #fb7391 #91fb73

Analogous Colors of #7391fb

#7391fb #9973fb #73d5fb

Monochromatic Colors of #7391fb

#7391fb

Complementary Color

#7391fb #fbdd73

#7391fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7391fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7391fb Color CSS Codes

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

#7391fb Text Font Color

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

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


#7391fb Background Color

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

This div background color is #7391fb


#7391fb Border Color

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

This div border color is #7391fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7391fb


Comments

No comments written yet.

Please login to write comment.