Color Hex Logo

#758bbd Color Hex

#758BBD
(117,139,189)
0 Favorites   0 Comments

Color spaces of #758bbd

RGB 117139189
HSL0.620.350.60
HSV222°38°74°
CMYK 0.380.260.00   0.26
XYZ25.754025.921351.7900
Yxy25.92130.24890.2505
Hunter Lab50.91301.1954-24.6723
CIE-Lab57.96234.7451-28.5989

#758bbd color RGB value is (117,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001011 10111101
Octal 165 213 275
Decimal 117 139 189
Hex 75 8B BD

RGB Percentages of Color #758bbd

%26.29
%31.24
%42.47

CMYK Percentages of Color #758bbd

%38
%26
%0
%26

Triadic Colors of #758bbd

#758bbd #bd758b #8bbd75

Analogous Colors of #758bbd

#758bbd #8375bd #75afbd

Monochromatic Colors of #758bbd

#758bbd

Complementary Color

#758bbd #bda775

#758bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#758bbd Color CSS Codes

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

#758bbd Text Font Color

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

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


#758bbd Background Color

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

This div background color is #758bbd


#758bbd Border Color

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

This div border color is #758bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758bbd


Comments

No comments written yet.

Please login to write comment.