Color Hex Logo

#759adb Color Hex

#759ADB
(117,154,219)
0 Favorites   0 Comments

Color spaces of #759adb

RGB 117154219
HSL0.610.590.66
HSV218°47°86°
CMYK 0.470.300.00   0.14
XYZ31.677932.007671.5263
Yxy32.00760.23430.2367
Hunter Lab56.57530.9399-35.3558
CIE-Lab63.34924.6422-37.0506

#759adb color RGB value is (117,154,219).

#759adb hex color red value is 117, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #759adb hue: 0.61 , saturation: 0.59 and the lightness value of 759adb is 0.66.

The process color (four color CMYK) of #759adb color hex is 0.47, 0.30, 0.00, 0.14. Web safe color of #759adb is #6699cc. Color #759adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011010 11011011
Octal 165 232 333
Decimal 117 154 219
Hex 75 9A DB

RGB Percentages of Color #759adb

%23.88
%31.43
%44.69

CMYK Percentages of Color #759adb

%47
%30
%0
%14

Triadic Colors of #759adb

#759adb #db759a #9adb75

Analogous Colors of #759adb

#759adb #8375db #75cddb

Monochromatic Colors of #759adb

#759adb

Complementary Color

#759adb #dbb675

#759adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#759adb Color CSS Codes

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

#759adb Text Font Color

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

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


#759adb Background Color

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

This div background color is #759adb


#759adb Border Color

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

This div border color is #759adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759adb


Comments

No comments written yet.

Please login to write comment.