Color Hex Logo

#757fda Color Hex

#757FDA
(117,127,218)
0 Favorites   0 Comments

Color spaces of #757fda

RGB 117127218
HSL0.650.580.66
HSV234°46°85°
CMYK 0.460.420.00   0.15
XYZ27.580424.022669.5129
Yxy24.02260.22770.1983
Hunter Lab49.012914.6726-49.7795
CIE-Lab56.110420.2017-47.8844

#757fda color RGB value is (117,127,218).

#757fda hex color red value is 117, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #757fda hue: 0.65 , saturation: 0.58 and the lightness value of 757fda is 0.66.

The process color (four color CMYK) of #757fda color hex is 0.46, 0.42, 0.00, 0.15. Web safe color of #757fda is #6666cc. Color #757fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111111 11011010
Octal 165 177 332
Decimal 117 127 218
Hex 75 7F DA

RGB Percentages of Color #757fda

%25.32
%27.49
%47.19

CMYK Percentages of Color #757fda

%46
%42
%0
%15

Triadic Colors of #757fda

#757fda #da757f #7fda75

Analogous Colors of #757fda

#757fda #9e75da #75b2da

Monochromatic Colors of #757fda

#757fda

Complementary Color

#757fda #dad075

#757fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#757fda Color CSS Codes

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

#757fda Text Font Color

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

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


#757fda Background Color

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

This div background color is #757fda


#757fda Border Color

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

This div border color is #757fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757fda


Comments

No comments written yet.

Please login to write comment.