Color Hex Logo

#759cef Color Hex

#759CEF
(117,156,239)
0 Favorites   0 Comments

Color spaces of #759cef

RGB 117156239
HSL0.610.790.70
HSV221°51°94°
CMYK 0.510.350.00   0.06
XYZ34.804633.790886.3492
Yxy33.79080.22460.2181
Hunter Lab58.12995.1476-47.3816
CIE-Lab64.79629.4547-45.8203

#759cef color RGB value is (117,156,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011100 11101111
Octal 165 234 357
Decimal 117 156 239
Hex 75 9C EF

RGB Percentages of Color #759cef

%22.85
%30.47
%46.68

CMYK Percentages of Color #759cef

%51
%35
%0
%6

Triadic Colors of #759cef

#759cef #ef759c #9cef75

Analogous Colors of #759cef

#759cef #8b75ef #75d9ef

Monochromatic Colors of #759cef

#759cef

Complementary Color

#759cef #efc875

#759cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#759cef Color CSS Codes

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

#759cef Text Font Color

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

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


#759cef Background Color

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

This div background color is #759cef


#759cef Border Color

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

This div border color is #759cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759cef


Comments

No comments written yet.

Please login to write comment.