Color Hex Logo

#470edb Color Hex

#470EDB
(71,14,219)
0 Favorites   0 Comments

Color spaces of #470edb

RGB 7114219
HSL0.710.880.46
HSV257°94°86°
CMYK 0.680.940.00   0.14
XYZ15.54186.768167.5051
Yxy6.76810.17300.0754
Hunter Lab26.015661.1093-135.6345
CIE-Lab31.273069.6531-89.0331

#470edb color RGB value is (71,14,219).

#470edb hex color red value is 71, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #470edb hue: 0.71 , saturation: 0.88 and the lightness value of 470edb is 0.46.

The process color (four color CMYK) of #470edb color hex is 0.68, 0.94, 0.00, 0.14. Web safe color of #470edb is #3300cc. Color #470edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001110 11011011
Octal 107 16 333
Decimal 71 14 219
Hex 47 E DB

RGB Percentages of Color #470edb

%23.36
%4.61
%72.04

CMYK Percentages of Color #470edb

%68
%94
%0
%14

Triadic Colors of #470edb

#470edb #db470e #0edb47

Analogous Colors of #470edb

#470edb #ae0edb #0e3bdb

Monochromatic Colors of #470edb

#470edb

Complementary Color

#470edb #a2db0e

#470edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#470edb Color CSS Codes

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

#470edb Text Font Color

<p style="color:#470edb">Text here</p>

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


#470edb Background Color

<div style="background-color:#470edb">
Div content here</div>

This div background color is #470edb


#470edb Border Color

<div style="border:3px solid #470edb">
Div here</div>

This div border color is #470edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470edb


Comments

No comments written yet.

Please login to write comment.