Color Hex Logo

#757bdb Color Hex

#757BDB
(117,123,219)
0 Favorites   0 Comments

Color spaces of #757bdb

RGB 117123219
HSL0.660.590.66
HSV236°47°86°
CMYK 0.470.440.00   0.14
XYZ27.205323.062370.0354
Yxy23.06230.22610.1917
Hunter Lab48.023217.0801-52.8502
CIE-Lab55.136522.8923-49.9940

#757bdb color RGB value is (117,123,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111011 11011011
Octal 165 173 333
Decimal 117 123 219
Hex 75 7B DB

RGB Percentages of Color #757bdb

%25.49
%26.80
%47.71

CMYK Percentages of Color #757bdb

%47
%44
%0
%14

Triadic Colors of #757bdb

#757bdb #db757b #7bdb75

Analogous Colors of #757bdb

#757bdb #a275db #75aedb

Monochromatic Colors of #757bdb

#757bdb

Complementary Color

#757bdb #dbd575

#757bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#757bdb Color CSS Codes

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

#757bdb Text Font Color

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

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


#757bdb Background Color

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

This div background color is #757bdb


#757bdb Border Color

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

This div border color is #757bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757bdb


Comments

No comments written yet.

Please login to write comment.