Color Hex Logo

#470a4b Color Hex

#470A4B
(71,10,75)
0 Favorites   0 Comments

Color spaces of #470a4b

RGB 711075
HSL0.820.760.17
HSV296°87°29°
CMYK 0.050.870.00   0.71
XYZ3.97712.06476.8455
Yxy2.06470.30860.1602
Hunter Lab14.369124.2597-18.1877
CIE-Lab15.823236.4163-24.6589

#470a4b color RGB value is (71,10,75).

#470a4b hex color red value is 71, green value is 10 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #470a4b hue: 0.82 , saturation: 0.76 and the lightness value of 470a4b is 0.17.

The process color (four color CMYK) of #470a4b color hex is 0.05, 0.87, 0.00, 0.71. Web safe color of #470a4b is #330033. Color #470a4b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001010 01001011
Octal 107 12 113
Decimal 71 10 75
Hex 47 A 4B

RGB Percentages of Color #470a4b

%45.51
%6.41
%48.08

CMYK Percentages of Color #470a4b

%5
%87
%0
%71

Triadic Colors of #470a4b

#470a4b #4b470a #0a4b47

Analogous Colors of #470a4b

#470a4b #4b0a2f #270a4b

Monochromatic Colors of #470a4b

#470a4b

Complementary Color

#470a4b #0e4b0a

#470a4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470a4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#470a4b Color CSS Codes

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

#470a4b Text Font Color

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

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


#470a4b Background Color

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

This div background color is #470a4b


#470a4b Border Color

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

This div border color is #470a4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470a4b


Comments

No comments written yet.

Please login to write comment.