Color Hex Logo

#757acd Color Hex

#757ACD
(117,122,205)
0 Favorites   0 Comments

Color spaces of #757acd

RGB 117122205
HSL0.660.470.63
HSV237°43°80°
CMYK 0.430.400.00   0.20
XYZ25.315122.108860.6908
Yxy22.10880.23420.2045
Hunter Lab47.020013.8176-43.6142
CIE-Lab54.142319.3622-43.6604

#757acd color RGB value is (117,122,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111010 11001101
Octal 165 172 315
Decimal 117 122 205
Hex 75 7A CD

RGB Percentages of Color #757acd

%26.35
%27.48
%46.17

CMYK Percentages of Color #757acd

%43
%40
%0
%20

Triadic Colors of #757acd

#757acd #cd757a #7acd75

Analogous Colors of #757acd

#757acd #9c75cd #75a6cd

Monochromatic Colors of #757acd

#757acd

Complementary Color

#757acd #cdc875

#757acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#757acd Color CSS Codes

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

#757acd Text Font Color

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

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


#757acd Background Color

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

This div background color is #757acd


#757acd Border Color

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

This div border color is #757acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757acd


Comments

No comments written yet.

Please login to write comment.