Color Hex Logo

#470afb Color Hex

#470AFB
(71,10,251)
0 Favorites   0 Comments

Color spaces of #470afb

RGB 7110251
HSL0.710.970.51
HSV255°96°98°
CMYK 0.720.960.00   0.02
XYZ20.11978.521791.8512
Yxy8.52170.16700.0707
Hunter Lab29.192071.9400-166.1190
CIE-Lab35.046677.9589-100.9639

#470afb color RGB value is (71,10,251).

#470afb hex color red value is 71, green value is 10 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #470afb hue: 0.71 , saturation: 0.97 and the lightness value of 470afb is 0.51.

The process color (four color CMYK) of #470afb color hex is 0.72, 0.96, 0.00, 0.02. Web safe color of #470afb is #3300ff. Color #470afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001010 11111011
Octal 107 12 373
Decimal 71 10 251
Hex 47 A FB

RGB Percentages of Color #470afb

%21.39
%3.01
%75.60

CMYK Percentages of Color #470afb

%72
%96
%0
%2

Triadic Colors of #470afb

#470afb #fb470a #0afb47

Analogous Colors of #470afb

#470afb #c00afb #0a46fb

Monochromatic Colors of #470afb

#470afb

Complementary Color

#470afb #befb0a

#470afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#470afb Color CSS Codes

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

#470afb Text Font Color

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

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


#470afb Background Color

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

This div background color is #470afb


#470afb Border Color

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

This div border color is #470afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470afb


Comments

No comments written yet.

Please login to write comment.