Color Hex Logo

#759bbf Color Hex

#759BBF
(117,155,191)
0 Favorites   0 Comments

Color spaces of #759bbf

RGB 117155191
HSL0.580.370.60
HSV209°39°75°
CMYK 0.390.190.00   0.25
XYZ28.461430.986253.7711
Yxy30.98620.25140.2737
Hunter Lab55.6652-6.1479-18.3068
CIE-Lab62.4960-3.8346-22.7479

#759bbf color RGB value is (117,155,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011011 10111111
Octal 165 233 277
Decimal 117 155 191
Hex 75 9B BF

RGB Percentages of Color #759bbf

%25.27
%33.48
%41.25

CMYK Percentages of Color #759bbf

%39
%19
%0
%25

Triadic Colors of #759bbf

#759bbf #bf759b #9bbf75

Analogous Colors of #759bbf

#759bbf #7576bf #75bfbe

Monochromatic Colors of #759bbf

#759bbf

Complementary Color

#759bbf #bf9975

#759bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#759bbf Color CSS Codes

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

#759bbf Text Font Color

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

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


#759bbf Background Color

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

This div background color is #759bbf


#759bbf Border Color

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

This div border color is #759bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,155,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 #759bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759bbf


Comments

No comments written yet.

Please login to write comment.