Color Hex Logo

#759cde Color Hex

#759CDE
(117,156,222)
0 Favorites   0 Comments

Color spaces of #759cde

RGB 117156222
HSL0.600.610.66
HSV218°47°87°
CMYK 0.470.300.00   0.13
XYZ32.409432.832873.7364
Yxy32.83280.23320.2362
Hunter Lab57.29990.6865-36.1874
CIE-Lab64.02534.3759-37.6575

#759cde color RGB value is (117,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011100 11011110
Octal 165 234 336
Decimal 117 156 222
Hex 75 9C DE

RGB Percentages of Color #759cde

%23.64
%31.52
%44.85

CMYK Percentages of Color #759cde

%47
%30
%0
%13

Triadic Colors of #759cde

#759cde #de759c #9cde75

Analogous Colors of #759cde

#759cde #8375de #75d1de

Monochromatic Colors of #759cde

#759cde

Complementary Color

#759cde #deb775

#759cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#759cde Color CSS Codes

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

#759cde Text Font Color

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

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


#759cde Background Color

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

This div background color is #759cde


#759cde Border Color

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

This div border color is #759cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759cde


Comments

No comments written yet.

Please login to write comment.