Color Hex Logo

#759eef Color Hex

#759EEF
(117,158,239)
0 Favorites   0 Comments

Color spaces of #759eef

RGB 117158239
HSL0.610.790.70
HSV220°51°94°
CMYK 0.510.340.00   0.06
XYZ35.143034.467686.4620
Yxy34.46760.22520.2208
Hunter Lab58.70914.1083-46.2211
CIE-Lab65.33208.3006-44.9769

#759eef color RGB value is (117,158,239).

#759eef hex color red value is 117, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #759eef hue: 0.61 , saturation: 0.79 and the lightness value of 759eef is 0.70.

The process color (four color CMYK) of #759eef color hex is 0.51, 0.34, 0.00, 0.06. Web safe color of #759eef is #6699ff. Color #759eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011110 11101111
Octal 165 236 357
Decimal 117 158 239
Hex 75 9E EF

RGB Percentages of Color #759eef

%22.76
%30.74
%46.50

CMYK Percentages of Color #759eef

%51
%34
%0
%6

Triadic Colors of #759eef

#759eef #ef759e #9eef75

Analogous Colors of #759eef

#759eef #8975ef #75dbef

Monochromatic Colors of #759eef

#759eef

Complementary Color

#759eef #efc675

#759eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#759eef Color CSS Codes

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

#759eef Text Font Color

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

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


#759eef Background Color

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

This div background color is #759eef


#759eef Border Color

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

This div border color is #759eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759eef


Comments

No comments written yet.

Please login to write comment.