Color Hex Logo

#759def Color Hex

#759DEF
(117,157,239)
0 Favorites   0 Comments

Color spaces of #759def

RGB 117157239
HSL0.610.790.70
HSV220°51°94°
CMYK 0.510.340.00   0.06
XYZ34.973134.127886.4054
Yxy34.12780.22490.2195
Hunter Lab58.41904.6275-46.8004
CIE-Lab65.06398.8772-45.3988

#759def color RGB value is (117,157,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011101 11101111
Octal 165 235 357
Decimal 117 157 239
Hex 75 9D EF

RGB Percentages of Color #759def

%22.81
%30.60
%46.59

CMYK Percentages of Color #759def

%51
%34
%0
%6

Triadic Colors of #759def

#759def #ef759d #9def75

Analogous Colors of #759def

#759def #8a75ef #75daef

Monochromatic Colors of #759def

#759def

Complementary Color

#759def #efc775

#759def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759def Color Preview on White Background

Lorem ipsum dolor sit amet.

#759def Color CSS Codes

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

#759def Text Font Color

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

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


#759def Background Color

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

This div background color is #759def


#759def Border Color

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

This div border color is #759def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759def


Comments

No comments written yet.

Please login to write comment.