Color Hex Logo

#758cad Color Hex

#758CAD
(117,140,173)
0 Favorites   0 Comments

Color spaces of #758cad

RGB 117140173
HSL0.600.250.57
HSV215°32°68°
CMYK 0.320.190.00   0.32
XYZ24.257025.555243.1893
Yxy25.55520.26080.2748
Hunter Lab50.5522-2.8146-15.2680
CIE-Lab57.6124-0.1414-20.0317

#758cad color RGB value is (117,140,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001100 10101101
Octal 165 214 255
Decimal 117 140 173
Hex 75 8C AD

RGB Percentages of Color #758cad

%27.21
%32.56
%40.23

CMYK Percentages of Color #758cad

%32
%19
%0
%32

Triadic Colors of #758cad

#758cad #ad758c #8cad75

Analogous Colors of #758cad

#758cad #7a75ad #75a8ad

Monochromatic Colors of #758cad

#758cad

Complementary Color

#758cad #ad9675

#758cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#758cad Color CSS Codes

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

#758cad Text Font Color

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

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


#758cad Background Color

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

This div background color is #758cad


#758cad Border Color

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

This div border color is #758cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758cad


Comments

No comments written yet.

Please login to write comment.