Color Hex Logo

#759efe Color Hex

#759EFE
(117,158,254)
0 Favorites   0 Comments

Color spaces of #759efe

RGB 117158254
HSL0.620.990.73
HSV222°54°100°
CMYK 0.540.380.00   0.00
XYZ37.452435.391498.6232
Yxy35.39140.21840.2064
Hunter Lab59.49078.2661-56.6471
CIE-Lab66.052312.8910-52.0404

#759efe color RGB value is (117,158,254).

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

The process color (four color CMYK) of #759efe color hex is 0.54, 0.38, 0.00, 0.00. Web safe color of #759efe is #6699ff. Color #759efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011110 11111110
Octal 165 236 376
Decimal 117 158 254
Hex 75 9E FE

RGB Percentages of Color #759efe

%22.12
%29.87
%48.02

CMYK Percentages of Color #759efe

%54
%38
%0
%0

Triadic Colors of #759efe

#759efe #fe759e #9efe75

Analogous Colors of #759efe

#759efe #9175fe #75e3fe

Monochromatic Colors of #759efe

#759efe

Complementary Color

#759efe #fed575

#759efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#759efe Color CSS Codes

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

#759efe Text Font Color

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

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


#759efe Background Color

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

This div background color is #759efe


#759efe Border Color

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

This div border color is #759efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759efe


Comments

No comments written yet.

Please login to write comment.