Color Hex Logo

#747adb Color Hex

#747ADB
(116,122,219)
0 Favorites   0 Comments

Color spaces of #747adb

RGB 116122219
HSL0.660.590.66
HSV237°47°86°
CMYK 0.470.440.00   0.14
XYZ26.948222.746569.9880
Yxy22.74650.22520.1901
Hunter Lab47.693317.3948-53.6204
CIE-Lab54.810323.2570-50.5175

#747adb color RGB value is (116,122,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111010 11011011
Octal 164 172 333
Decimal 116 122 219
Hex 74 7A DB

RGB Percentages of Color #747adb

%25.38
%26.70
%47.92

CMYK Percentages of Color #747adb

%47
%44
%0
%14

Triadic Colors of #747adb

#747adb #db747a #7adb74

Analogous Colors of #747adb

#747adb #a274db #74aedb

Monochromatic Colors of #747adb

#747adb

Complementary Color

#747adb #dbd574

#747adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#747adb Color CSS Codes

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

#747adb Text Font Color

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

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


#747adb Background Color

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

This div background color is #747adb


#747adb Border Color

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

This div border color is #747adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747adb


Comments

No comments written yet.

Please login to write comment.