Color Hex Logo

#470acb Color Hex

#470ACB
(71,10,203)
0 Favorites   0 Comments

Color spaces of #470acb

RGB 7110203
HSL0.720.910.42
HSV259°95°80°
CMYK 0.650.950.00   0.20
XYZ13.48665.868556.9218
Yxy5.86850.17680.0769
Hunter Lab24.225056.9813-122.3571
CIE-Lab29.078266.4875-83.3940

#470acb color RGB value is (71,10,203).

#470acb hex color red value is 71, green value is 10 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #470acb hue: 0.72 , saturation: 0.91 and the lightness value of 470acb is 0.42.

The process color (four color CMYK) of #470acb color hex is 0.65, 0.95, 0.00, 0.20. Web safe color of #470acb is #3300cc. Color #470acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001010 11001011
Octal 107 12 313
Decimal 71 10 203
Hex 47 A CB

RGB Percentages of Color #470acb

%25.00
%3.52
%71.48

CMYK Percentages of Color #470acb

%65
%95
%0
%20

Triadic Colors of #470acb

#470acb #cb470a #0acb47

Analogous Colors of #470acb

#470acb #a80acb #0a2ecb

Monochromatic Colors of #470acb

#470acb

Complementary Color

#470acb #8ecb0a

#470acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#470acb Color CSS Codes

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

#470acb Text Font Color

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

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


#470acb Background Color

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

This div background color is #470acb


#470acb Border Color

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

This div border color is #470acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470acb


Comments

No comments written yet.

Please login to write comment.