Color Hex Logo

#758eae Color Hex

#758EAE
(117,142,174)
0 Favorites   0 Comments

Color spaces of #758eae

RGB 117142174
HSL0.590.260.57
HSV214°33°68°
CMYK 0.330.180.00   0.32
XYZ24.649126.183943.7993
Yxy26.18390.26050.2767
Hunter Lab51.1702-3.5630-14.9303
CIE-Lab58.2112-1.0226-19.6880

#758eae color RGB value is (117,142,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001110 10101110
Octal 165 216 256
Decimal 117 142 174
Hex 75 8E AE

RGB Percentages of Color #758eae

%27.02
%32.79
%40.18

CMYK Percentages of Color #758eae

%33
%18
%0
%32

Triadic Colors of #758eae

#758eae #ae758e #8eae75

Analogous Colors of #758eae

#758eae #7975ae #75abae

Monochromatic Colors of #758eae

#758eae

Complementary Color

#758eae #ae9575

#758eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#758eae Color CSS Codes

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

#758eae Text Font Color

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

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


#758eae Background Color

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

This div background color is #758eae


#758eae Border Color

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

This div border color is #758eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758eae


Comments

No comments written yet.

Please login to write comment.