Color Hex Logo

#759dbc Color Hex

#759DBC
(117,157,188)
0 Favorites   0 Comments

Color spaces of #759dbc

RGB 117157188
HSL0.570.350.60
HSV206°38°74°
CMYK 0.380.160.00   0.26
XYZ28.470231.526752.1617
Yxy31.52670.25380.2811
Hunter Lab56.1486-7.7516-15.7760
CIE-Lab62.9498-5.7561-20.3723

#759dbc color RGB value is (117,157,188).

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

The process color (four color CMYK) of #759dbc color hex is 0.38, 0.16, 0.00, 0.26. Web safe color of #759dbc is #6699cc. Color #759dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011101 10111100
Octal 165 235 274
Decimal 117 157 188
Hex 75 9D BC

RGB Percentages of Color #759dbc

%25.32
%33.98
%40.69

CMYK Percentages of Color #759dbc

%38
%16
%0
%26

Triadic Colors of #759dbc

#759dbc #bc759d #9dbc75

Analogous Colors of #759dbc

#759dbc #757abc #75bcb8

Monochromatic Colors of #759dbc

#759dbc

Complementary Color

#759dbc #bc9475

#759dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#759dbc Color CSS Codes

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

#759dbc Text Font Color

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

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


#759dbc Background Color

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

This div background color is #759dbc


#759dbc Border Color

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

This div border color is #759dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759dbc


Comments

No comments written yet.

Please login to write comment.