Color Hex Logo

#478ddb Color Hex

#478DDB
(71,141,219)
0 Favorites   0 Comments

Color spaces of #478ddb

RGB 71141219
HSL0.590.670.57
HSV212°68°86°
CMYK 0.680.360.00   0.14
XYZ24.909625.503870.6277
Yxy25.50380.20580.2107
Hunter Lab50.5013-0.3327-47.5681
CIE-Lab57.56302.8906-46.2956

#478ddb color RGB value is (71,141,219).

#478ddb hex color red value is 71, green value is 141 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #478ddb hue: 0.59 , saturation: 0.67 and the lightness value of 478ddb is 0.57.

The process color (four color CMYK) of #478ddb color hex is 0.68, 0.36, 0.00, 0.14. Web safe color of #478ddb is #3399cc. Color #478ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001101 11011011
Octal 107 215 333
Decimal 71 141 219
Hex 47 8D DB

RGB Percentages of Color #478ddb

%16.47
%32.71
%50.81

CMYK Percentages of Color #478ddb

%68
%36
%0
%14

Triadic Colors of #478ddb

#478ddb #db478d #8ddb47

Analogous Colors of #478ddb

#478ddb #4b47db #47d7db

Monochromatic Colors of #478ddb

#478ddb

Complementary Color

#478ddb #db9547

#478ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#478ddb Color CSS Codes

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

#478ddb Text Font Color

<p style="color:#478ddb">Text here</p>

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


#478ddb Background Color

<div style="background-color:#478ddb">
Div content here</div>

This div background color is #478ddb


#478ddb Border Color

<div style="border:3px solid #478ddb">
Div here</div>

This div border color is #478ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,141,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #478ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #478ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #478ddb;
  box-shadow:         1px 1px 3px 2px #478ddb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,141,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 #478ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478ddb


Comments

No comments written yet.

Please login to write comment.