Color Hex Logo

#758fad Color Hex

#758FAD
(117,143,173)
0 Favorites   0 Comments

Color spaces of #758fad

RGB 117143173
HSL0.590.250.57
HSV212°32°68°
CMYK 0.320.170.00   0.32
XYZ24.701426.444043.3375
Yxy26.44400.26140.2799
Hunter Lab51.4237-4.2490-13.9702
CIE-Lab58.4561-1.8529-18.7450

#758fad color RGB value is (117,143,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001111 10101101
Octal 165 217 255
Decimal 117 143 173
Hex 75 8F AD

RGB Percentages of Color #758fad

%27.02
%33.03
%39.95

CMYK Percentages of Color #758fad

%32
%17
%0
%32

Triadic Colors of #758fad

#758fad #ad758f #8fad75

Analogous Colors of #758fad

#758fad #7775ad #75abad

Monochromatic Colors of #758fad

#758fad

Complementary Color

#758fad #ad9375

#758fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#758fad Color CSS Codes

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

#758fad Text Font Color

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

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


#758fad Background Color

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

This div background color is #758fad


#758fad Border Color

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

This div border color is #758fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758fad


Comments

No comments written yet.

Please login to write comment.