Color Hex Logo

#759dce Color Hex

#759DCE
(117,157,206)
0 Favorites   0 Comments

Color spaces of #759dce

RGB 117157206
HSL0.590.480.63
HSV213°43°81°
CMYK 0.430.240.00   0.19
XYZ30.533732.352163.0278
Yxy32.35210.24250.2569
Hunter Lab56.8789-3.7158-25.8843
CIE-Lab63.6328-0.8056-29.3835

#759dce color RGB value is (117,157,206).

#759dce hex color red value is 117, green value is 157 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #759dce hue: 0.59 , saturation: 0.48 and the lightness value of 759dce is 0.63.

The process color (four color CMYK) of #759dce color hex is 0.43, 0.24, 0.00, 0.19. Web safe color of #759dce is #6699cc. Color #759dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011101 11001110
Octal 165 235 316
Decimal 117 157 206
Hex 75 9D CE

RGB Percentages of Color #759dce

%24.38
%32.71
%42.92

CMYK Percentages of Color #759dce

%43
%24
%0
%19

Triadic Colors of #759dce

#759dce #ce759d #9dce75

Analogous Colors of #759dce

#759dce #7a75ce #75cace

Monochromatic Colors of #759dce

#759dce

Complementary Color

#759dce #cea675

#759dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#759dce Color CSS Codes

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

#759dce Text Font Color

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

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


#759dce Background Color

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

This div background color is #759dce


#759dce Border Color

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

This div border color is #759dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759dce


Comments

No comments written yet.

Please login to write comment.