Color Hex Logo

#757add Color Hex

#757ADD
(117,122,221)
0 Favorites   0 Comments

Color spaces of #757add

RGB 117122221
HSL0.660.600.66
HSV237°47°87°
CMYK 0.470.450.00   0.13
XYZ27.346822.921471.3896
Yxy22.92140.22480.1884
Hunter Lab47.876318.1751-54.8955
CIE-Lab54.991324.0883-51.3500

#757add color RGB value is (117,122,221).

#757add hex color red value is 117, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #757add hue: 0.66 , saturation: 0.60 and the lightness value of 757add is 0.66.

The process color (four color CMYK) of #757add color hex is 0.47, 0.45, 0.00, 0.13. Web safe color of #757add is #6666cc. Color #757add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111010 11011101
Octal 165 172 335
Decimal 117 122 221
Hex 75 7A DD

RGB Percentages of Color #757add

%25.43
%26.52
%48.04

CMYK Percentages of Color #757add

%47
%45
%0
%13

Triadic Colors of #757add

#757add #dd757a #7add75

Analogous Colors of #757add

#757add #a475dd #75aedd

Monochromatic Colors of #757add

#757add

Complementary Color

#757add #ddd875

#757add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757add Color Preview on White Background

Lorem ipsum dolor sit amet.

#757add Color CSS Codes

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

#757add Text Font Color

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

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


#757add Background Color

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

This div background color is #757add


#757add Border Color

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

This div border color is #757add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757add


Comments

No comments written yet.

Please login to write comment.