Color Hex Logo

#758aad Color Hex

#758AAD
(117,138,173)
0 Favorites   0 Comments

Color spaces of #758aad

RGB 117138173
HSL0.600.250.57
HSV218°32°68°
CMYK 0.320.200.00   0.32
XYZ23.967424.976043.0928
Yxy24.97600.26040.2714
Hunter Lab49.9760-1.8533-16.1408
CIE-Lab57.05201.0069-20.8884

#758aad color RGB value is (117,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001010 10101101
Octal 165 212 255
Decimal 117 138 173
Hex 75 8A AD

RGB Percentages of Color #758aad

%27.34
%32.24
%40.42

CMYK Percentages of Color #758aad

%32
%20
%0
%32

Triadic Colors of #758aad

#758aad #ad758a #8aad75

Analogous Colors of #758aad

#758aad #7c75ad #75a6ad

Monochromatic Colors of #758aad

#758aad

Complementary Color

#758aad #ad9875

#758aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#758aad Color CSS Codes

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

#758aad Text Font Color

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

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


#758aad Background Color

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

This div background color is #758aad


#758aad Border Color

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

This div border color is #758aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758aad


Comments

No comments written yet.

Please login to write comment.