Color Hex Logo

#759efb Color Hex

#759EFB
(117,158,251)
0 Favorites   0 Comments

Color spaces of #759efb

RGB 117158251
HSL0.620.940.72
HSV222°53°98°
CMYK 0.530.370.00   0.02
XYZ36.975635.200796.1124
Yxy35.20070.21970.2092
Hunter Lab59.33027.4165-54.5162
CIE-Lab65.904611.9651-50.6387

#759efb color RGB value is (117,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011110 11111011
Octal 165 236 373
Decimal 117 158 251
Hex 75 9E FB

RGB Percentages of Color #759efb

%22.24
%30.04
%47.72

CMYK Percentages of Color #759efb

%53
%37
%0
%2

Triadic Colors of #759efb

#759efb #fb759e #9efb75

Analogous Colors of #759efb

#759efb #8f75fb #75e1fb

Monochromatic Colors of #759efb

#759efb

Complementary Color

#759efb #fbd275

#759efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#759efb Color CSS Codes

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

#759efb Text Font Color

<p style="color:#759efb">Text here</p>

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


#759efb Background Color

<div style="background-color:#759efb">
Div content here</div>

This div background color is #759efb


#759efb Border Color

<div style="border:3px solid #759efb">
Div here</div>

This div border color is #759efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759efb


Comments

No comments written yet.

Please login to write comment.