Color Hex Logo

#759ebf Color Hex

#759EBF
(117,158,191)
0 Favorites   0 Comments

Color spaces of #759ebf

RGB 117158191
HSL0.570.370.60
HSV207°39°75°
CMYK 0.390.170.00   0.25
XYZ28.966931.997253.9396
Yxy31.99720.25210.2785
Hunter Lab56.5661-7.5826-16.9408
CIE-Lab63.3406-5.5063-21.4567

#759ebf color RGB value is (117,158,191).

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

The process color (four color CMYK) of #759ebf color hex is 0.39, 0.17, 0.00, 0.25. Web safe color of #759ebf is #6699cc. Color #759ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011110 10111111
Octal 165 236 277
Decimal 117 158 191
Hex 75 9E BF

RGB Percentages of Color #759ebf

%25.11
%33.91
%40.99

CMYK Percentages of Color #759ebf

%39
%17
%0
%25

Triadic Colors of #759ebf

#759ebf #bf759e #9ebf75

Analogous Colors of #759ebf

#759ebf #7579bf #75bfbb

Monochromatic Colors of #759ebf

#759ebf

Complementary Color

#759ebf #bf9675

#759ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#759ebf Color CSS Codes

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

#759ebf Text Font Color

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

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


#759ebf Background Color

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

This div background color is #759ebf


#759ebf Border Color

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

This div border color is #759ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759ebf


Comments

No comments written yet.

Please login to write comment.