Color Hex Logo

#470ebd Color Hex

#470EBD
(71,14,189)
0 Favorites   0 Comments

Color spaces of #470ebd

RGB 7114189
HSL0.720.860.40
HSV260°93°74°
CMYK 0.620.930.00   0.26
XYZ11.94095.327848.5431
Yxy5.32780.18140.0810
Hunter Lab23.082051.9489-108.5335
CIE-Lab27.649062.2782-77.5300

#470ebd color RGB value is (71,14,189).

#470ebd hex color red value is 71, green value is 14 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #470ebd hue: 0.72 , saturation: 0.86 and the lightness value of 470ebd is 0.40.

The process color (four color CMYK) of #470ebd color hex is 0.62, 0.93, 0.00, 0.26. Web safe color of #470ebd is #3300cc. Color #470ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001110 10111101
Octal 107 16 275
Decimal 71 14 189
Hex 47 E BD

RGB Percentages of Color #470ebd

%25.91
%5.11
%68.98

CMYK Percentages of Color #470ebd

%62
%93
%0
%26

Triadic Colors of #470ebd

#470ebd #bd470e #0ebd47

Analogous Colors of #470ebd

#470ebd #9f0ebd #0e2dbd

Monochromatic Colors of #470ebd

#470ebd

Complementary Color

#470ebd #84bd0e

#470ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#470ebd Color CSS Codes

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

#470ebd Text Font Color

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

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


#470ebd Background Color

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

This div background color is #470ebd


#470ebd Border Color

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

This div border color is #470ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470ebd


Comments

No comments written yet.

Please login to write comment.