Color Hex Logo

#470ab5 Color Hex

#470AB5
(71,10,181)
0 Favorites   0 Comments

Color spaces of #470ab5

RGB 7110181
HSL0.730.900.37
HSV261°94°71°
CMYK 0.610.940.00   0.29
XYZ11.04764.892944.0782
Yxy4.89290.18410.0815
Hunter Lab22.119950.4405-102.6629
CIE-Lab26.427461.1362-74.8003

#470ab5 color RGB value is (71,10,181).

#470ab5 hex color red value is 71, green value is 10 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #470ab5 hue: 0.73 , saturation: 0.90 and the lightness value of 470ab5 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001010 10110101
Octal 107 12 265
Decimal 71 10 181
Hex 47 A B5

RGB Percentages of Color #470ab5

%27.10
%3.82
%69.08

CMYK Percentages of Color #470ab5

%61
%94
%0
%29

Triadic Colors of #470ab5

#470ab5 #b5470a #0ab547

Analogous Colors of #470ab5

#470ab5 #9d0ab5 #0a23b5

Monochromatic Colors of #470ab5

#470ab5

Complementary Color

#470ab5 #78b50a

#470ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470ab5 Color CSS Codes

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

#470ab5 Text Font Color

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

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


#470ab5 Background Color

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

This div background color is #470ab5


#470ab5 Border Color

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

This div border color is #470ab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470ab5


Comments

No comments written yet.

Please login to write comment.