Color Hex Logo

#758bad Color Hex

#758BAD
(117,139,173)
0 Favorites   0 Comments

Color spaces of #758bad

RGB 117139173
HSL0.600.250.57
HSV216°32°68°
CMYK 0.320.200.00   0.32
XYZ24.111625.264343.1408
Yxy25.26430.26060.2731
Hunter Lab50.2636-2.3343-15.7035
CIE-Lab57.33200.4322-20.4601

#758bad color RGB value is (117,139,173).

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

The process color (four color CMYK) of #758bad color hex is 0.32, 0.20, 0.00, 0.32. Web safe color of #758bad is #669999. Color #758bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001011 10101101
Octal 165 213 255
Decimal 117 139 173
Hex 75 8B AD

RGB Percentages of Color #758bad

%27.27
%32.40
%40.33

CMYK Percentages of Color #758bad

%32
%20
%0
%32

Triadic Colors of #758bad

#758bad #ad758b #8bad75

Analogous Colors of #758bad

#758bad #7b75ad #75a7ad

Monochromatic Colors of #758bad

#758bad

Complementary Color

#758bad #ad9775

#758bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#758bad Color CSS Codes

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

#758bad Text Font Color

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

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


#758bad Background Color

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

This div background color is #758bad


#758bad Border Color

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

This div border color is #758bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758bad


Comments

No comments written yet.

Please login to write comment.