Color Hex Logo

#748fdb Color Hex

#748FDB
(116,143,219)
0 Favorites   0 Comments

Color spaces of #748fdb

RGB 116143219
HSL0.620.590.66
HSV224°47°86°
CMYK 0.470.350.00   0.14
XYZ29.811128.472470.9423
Yxy28.47240.23070.2203
Hunter Lab53.35956.3458-41.4753
CIE-Lab60.313110.7804-41.8107

#748fdb color RGB value is (116,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001111 11011011
Octal 164 217 333
Decimal 116 143 219
Hex 74 8F DB

RGB Percentages of Color #748fdb

%24.27
%29.92
%45.82

CMYK Percentages of Color #748fdb

%47
%35
%0
%14

Triadic Colors of #748fdb

#748fdb #db748f #8fdb74

Analogous Colors of #748fdb

#748fdb #8d74db #74c3db

Monochromatic Colors of #748fdb

#748fdb

Complementary Color

#748fdb #dbc074

#748fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#748fdb Color CSS Codes

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

#748fdb Text Font Color

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

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


#748fdb Background Color

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

This div background color is #748fdb


#748fdb Border Color

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

This div border color is #748fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748fdb


Comments

No comments written yet.

Please login to write comment.