Color Hex Logo

#757bad Color Hex

#757BAD
(117,123,173)
0 Favorites   0 Comments

Color spaces of #757bad

RGB 117123173
HSL0.650.250.57
HSV234°32°68°
CMYK 0.320.290.00   0.32
XYZ21.961920.965042.4243
Yxy20.96500.25730.2456
Hunter Lab45.78765.4889-22.8837
CIE-Lab52.91129.7869-27.2645

#757bad color RGB value is (117,123,173).

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

The process color (four color CMYK) of #757bad color hex is 0.32, 0.29, 0.00, 0.32. Web safe color of #757bad is #666699. Color #757bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111011 10101101
Octal 165 173 255
Decimal 117 123 173
Hex 75 7B AD

RGB Percentages of Color #757bad

%28.33
%29.78
%41.89

CMYK Percentages of Color #757bad

%32
%29
%0
%32

Triadic Colors of #757bad

#757bad #ad757b #7bad75

Analogous Colors of #757bad

#757bad #8b75ad #7597ad

Monochromatic Colors of #757bad

#757bad

Complementary Color

#757bad #ada775

#757bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#757bad Color CSS Codes

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

#757bad Text Font Color

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

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


#757bad Background Color

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

This div background color is #757bad


#757bad Border Color

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

This div border color is #757bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757bad


Comments

No comments written yet.

Please login to write comment.