Color Hex Logo

#471960 Color Hex

#471960
(71,25,96)
0 Favorites   0 Comments

Color spaces of #471960

RGB 712596
HSL0.770.590.24
HSV279°74°38°
CMYK 0.260.740.00   0.62
XYZ5.05752.879411.3555
Yxy2.87940.26210.1493
Hunter Lab16.968823.5060-27.7987
CIE-Lab19.554334.8114-32.8405

#471960 color RGB value is (71,25,96).

#471960 hex color red value is 71, green value is 25 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #471960 hue: 0.77 , saturation: 0.59 and the lightness value of 471960 is 0.24.

The process color (four color CMYK) of #471960 color hex is 0.26, 0.74, 0.00, 0.62. Web safe color of #471960 is #330066. Color #471960 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011001 01100000
Octal 107 31 140
Decimal 71 25 96
Hex 47 19 60

RGB Percentages of Color #471960

%36.98
%13.02
%50.00

CMYK Percentages of Color #471960

%26
%74
%0
%62

Triadic Colors of #471960

#471960 #604719 #196047

Analogous Colors of #471960

#471960 #601956 #231960

Monochromatic Colors of #471960

#471960

Complementary Color

#471960 #326019

#471960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471960 Color CSS Codes

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

#471960 Text Font Color

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

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


#471960 Background Color

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

This div background color is #471960


#471960 Border Color

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

This div border color is #471960


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,25,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #471960; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #471960;
  -webkit-box-shadow: 1px 1px 3px 2px #471960;
  box-shadow:         1px 1px 3px 2px #471960; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471960


Comments

No comments written yet.

Please login to write comment.