Color Hex Logo

#759bbd Color Hex

#759BBD
(117,155,189)
0 Favorites   0 Comments

Color spaces of #759bbd

RGB 117155189
HSL0.580.350.60
HSV208°38°74°
CMYK 0.380.180.00   0.26
XYZ28.242830.898752.6196
Yxy30.89870.25270.2765
Hunter Lab55.5866-6.5831-17.2147
CIE-Lab62.4220-4.3744-21.7388

#759bbd color RGB value is (117,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011011 10111101
Octal 165 233 275
Decimal 117 155 189
Hex 75 9B BD

RGB Percentages of Color #759bbd

%25.38
%33.62
%41.00

CMYK Percentages of Color #759bbd

%38
%18
%0
%26

Triadic Colors of #759bbd

#759bbd #bd759b #9bbd75

Analogous Colors of #759bbd

#759bbd #7577bd #75bdbb

Monochromatic Colors of #759bbd

#759bbd

Complementary Color

#759bbd #bd9775

#759bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#759bbd Color CSS Codes

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

#759bbd Text Font Color

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

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


#759bbd Background Color

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

This div background color is #759bbd


#759bbd Border Color

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

This div border color is #759bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759bbd


Comments

No comments written yet.

Please login to write comment.