Color Hex Logo

#470eea Color Hex

#470EEA
(71,14,234)
0 Favorites   0 Comments

Color spaces of #470eea

RGB 7114234
HSL0.710.890.49
HSV256°94°92°
CMYK 0.700.940.00   0.08
XYZ17.60697.594278.3797
Yxy7.59420.17000.0733
Hunter Lab27.557665.8203-149.3433
CIE-Lab33.123173.2889-94.5490

#470eea color RGB value is (71,14,234).

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

The process color (four color CMYK) of #470eea color hex is 0.70, 0.94, 0.00, 0.08. Web safe color of #470eea is #3300ff. Color #470eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001110 11101010
Octal 107 16 352
Decimal 71 14 234
Hex 47 E EA

RGB Percentages of Color #470eea

%22.26
%4.39
%73.35

CMYK Percentages of Color #470eea

%70
%94
%0
%8

Triadic Colors of #470eea

#470eea #ea470e #0eea47

Analogous Colors of #470eea

#470eea #b50eea #0e43ea

Monochromatic Colors of #470eea

#470eea

Complementary Color

#470eea #b1ea0e

#470eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#470eea Color CSS Codes

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

#470eea Text Font Color

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

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


#470eea Background Color

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

This div background color is #470eea


#470eea Border Color

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

This div border color is #470eea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,14,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #470eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470eea


Comments

No comments written yet.

Please login to write comment.