Color Hex Logo

#759edd Color Hex

#759EDD
(117,158,221)
0 Favorites   0 Comments

Color spaces of #759edd

RGB 117158221
HSL0.600.600.66
HSV216°47°87°
CMYK 0.470.290.00   0.13
XYZ32.614133.456173.1453
Yxy33.45610.23430.2403
Hunter Lab57.8412-0.5740-34.4885
CIE-Lab64.52852.9407-36.3193

#759edd color RGB value is (117,158,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011110 11011101
Octal 165 236 335
Decimal 117 158 221
Hex 75 9E DD

RGB Percentages of Color #759edd

%23.59
%31.85
%44.56

CMYK Percentages of Color #759edd

%47
%29
%0
%13

Triadic Colors of #759edd

#759edd #dd759e #9edd75

Analogous Colors of #759edd

#759edd #8075dd #75d2dd

Monochromatic Colors of #759edd

#759edd

Complementary Color

#759edd #ddb475

#759edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#759edd Color CSS Codes

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

#759edd Text Font Color

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

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


#759edd Background Color

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

This div background color is #759edd


#759edd Border Color

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

This div border color is #759edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759edd


Comments

No comments written yet.

Please login to write comment.