Color Hex Logo

#757ace Color Hex

#757ACE
(117,122,206)
0 Favorites   0 Comments

Color spaces of #757ace

RGB 117122206
HSL0.660.480.63
HSV237°43°81°
CMYK 0.430.410.00   0.19
XYZ25.436222.157261.3287
Yxy22.15720.23350.2034
Hunter Lab47.071414.0818-44.2981
CIE-Lab54.193419.6539-44.1469

#757ace color RGB value is (117,122,206).

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

The process color (four color CMYK) of #757ace color hex is 0.43, 0.41, 0.00, 0.19. Web safe color of #757ace is #6666cc. Color #757ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111010 11001110
Octal 165 172 316
Decimal 117 122 206
Hex 75 7A CE

RGB Percentages of Color #757ace

%26.29
%27.42
%46.29

CMYK Percentages of Color #757ace

%43
%41
%0
%19

Triadic Colors of #757ace

#757ace #ce757a #7ace75

Analogous Colors of #757ace

#757ace #9d75ce #75a7ce

Monochromatic Colors of #757ace

#757ace

Complementary Color

#757ace #cec975

#757ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#757ace Color CSS Codes

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

#757ace Text Font Color

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

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


#757ace Background Color

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

This div background color is #757ace


#757ace Border Color

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

This div border color is #757ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757ace


Comments

No comments written yet.

Please login to write comment.