Color Hex Logo

#757bda Color Hex

#757BDA
(117,123,218)
0 Favorites   0 Comments

Color spaces of #757bda

RGB 117123218
HSL0.660.580.66
HSV236°46°85°
CMYK 0.460.440.00   0.15
XYZ27.074023.009869.3440
Yxy23.00980.22670.1927
Hunter Lab47.968516.8026-52.1325
CIE-Lab55.082422.5941-49.5172

#757bda color RGB value is (117,123,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111011 11011010
Octal 165 173 332
Decimal 117 123 218
Hex 75 7B DA

RGB Percentages of Color #757bda

%25.55
%26.86
%47.60

CMYK Percentages of Color #757bda

%46
%44
%0
%15

Triadic Colors of #757bda

#757bda #da757b #7bda75

Analogous Colors of #757bda

#757bda #a275da #75aeda

Monochromatic Colors of #757bda

#757bda

Complementary Color

#757bda #dad475

#757bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#757bda Color CSS Codes

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

#757bda Text Font Color

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

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


#757bda Background Color

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

This div background color is #757bda


#757bda Border Color

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

This div border color is #757bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757bda


Comments

No comments written yet.

Please login to write comment.