Color Hex Logo

#759ded Color Hex

#759DED
(117,157,237)
0 Favorites   0 Comments

Color spaces of #759ded

RGB 117157237
HSL0.610.770.69
HSV220°51°93°
CMYK 0.510.340.00   0.07
XYZ34.679234.010384.8576
Yxy34.01030.22590.2215
Hunter Lab58.31844.0885-45.4486
CIE-Lab64.97078.2722-44.4471

#759ded color RGB value is (117,157,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011101 11101101
Octal 165 235 355
Decimal 117 157 237
Hex 75 9D ED

RGB Percentages of Color #759ded

%22.90
%30.72
%46.38

CMYK Percentages of Color #759ded

%51
%34
%0
%7

Triadic Colors of #759ded

#759ded #ed759d #9ded75

Analogous Colors of #759ded

#759ded #8975ed #75d9ed

Monochromatic Colors of #759ded

#759ded

Complementary Color

#759ded #edc575

#759ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#759ded Color CSS Codes

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

#759ded Text Font Color

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

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


#759ded Background Color

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

This div background color is #759ded


#759ded Border Color

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

This div border color is #759ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759ded


Comments

No comments written yet.

Please login to write comment.