Color Hex Logo

#758adb Color Hex

#758ADB
(117,138,219)
0 Favorites   0 Comments

Color spaces of #758adb

RGB 117138219
HSL0.630.590.66
HSV228°47°86°
CMYK 0.470.370.00   0.14
XYZ29.210827.073370.7039
Yxy27.07330.23000.2132
Hunter Lab52.03209.1540-44.1440
CIE-Lab59.042113.9633-43.8077

#758adb color RGB value is (117,138,219).

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

The process color (four color CMYK) of #758adb color hex is 0.47, 0.37, 0.00, 0.14. Web safe color of #758adb is #6699cc. Color #758adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001010 11011011
Octal 165 212 333
Decimal 117 138 219
Hex 75 8A DB

RGB Percentages of Color #758adb

%24.68
%29.11
%46.20

CMYK Percentages of Color #758adb

%47
%37
%0
%14

Triadic Colors of #758adb

#758adb #db758a #8adb75

Analogous Colors of #758adb

#758adb #9375db #75bddb

Monochromatic Colors of #758adb

#758adb

Complementary Color

#758adb #dbc675

#758adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#758adb Color CSS Codes

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

#758adb Text Font Color

<p style="color:#758adb">Text here</p>

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


#758adb Background Color

<div style="background-color:#758adb">
Div content here</div>

This div background color is #758adb


#758adb Border Color

<div style="border:3px solid #758adb">
Div here</div>

This div border color is #758adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758adb


Comments

No comments written yet.

Please login to write comment.