Color Hex Logo

#759dda Color Hex

#759DDA
(117,157,218)
0 Favorites   0 Comments

Color spaces of #759dda

RGB 117157218
HSL0.600.580.66
HSV216°46°85°
CMYK 0.460.280.00   0.15
XYZ32.048032.957871.0020
Yxy32.95780.23560.2423
Hunter Lab57.4089-0.8195-33.1423
CIE-Lab64.12672.6355-35.2842

#759dda color RGB value is (117,157,218).

#759dda hex color red value is 117, green value is 157 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #759dda hue: 0.60 , saturation: 0.58 and the lightness value of 759dda is 0.66.

The process color (four color CMYK) of #759dda color hex is 0.46, 0.28, 0.00, 0.15. Web safe color of #759dda is #6699cc. Color #759dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011101 11011010
Octal 165 235 332
Decimal 117 157 218
Hex 75 9D DA

RGB Percentages of Color #759dda

%23.78
%31.91
%44.31

CMYK Percentages of Color #759dda

%46
%28
%0
%15

Triadic Colors of #759dda

#759dda #da759d #9dda75

Analogous Colors of #759dda

#759dda #8075da #75d0da

Monochromatic Colors of #759dda

#759dda

Complementary Color

#759dda #dab275

#759dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#759dda Color CSS Codes

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

#759dda Text Font Color

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

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


#759dda Background Color

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

This div background color is #759dda


#759dda Border Color

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

This div border color is #759dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759dda


Comments

No comments written yet.

Please login to write comment.