Color Hex Logo

#748adb Color Hex

#748ADB
(116,138,219)
0 Favorites   0 Comments

Color spaces of #748adb

RGB 116138219
HSL0.630.590.66
HSV227°47°86°
CMYK 0.470.370.00   0.14
XYZ29.077127.004470.6977
Yxy27.00440.22940.2130
Hunter Lab51.96588.9384-44.2861
CIE-Lab58.978413.7223-43.9125

#748adb color RGB value is (116,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001010 11011011
Octal 164 212 333
Decimal 116 138 219
Hex 74 8A DB

RGB Percentages of Color #748adb

%24.52
%29.18
%46.30

CMYK Percentages of Color #748adb

%47
%37
%0
%14

Triadic Colors of #748adb

#748adb #db748a #8adb74

Analogous Colors of #748adb

#748adb #9274db #74bedb

Monochromatic Colors of #748adb

#748adb

Complementary Color

#748adb #dbc574

#748adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#748adb Color CSS Codes

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

#748adb Text Font Color

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

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


#748adb Background Color

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

This div background color is #748adb


#748adb Border Color

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

This div border color is #748adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748adb


Comments

No comments written yet.

Please login to write comment.