Color Hex Logo

#471a66 Color Hex

#471A66
(71,26,102)
0 Favorites   0 Comments

Color spaces of #471a66

RGB 7126102
HSL0.770.590.25
HSV276°75°40°
CMYK 0.300.750.00   0.60
XYZ5.36623.037712.8739
Yxy3.03770.25220.1428
Hunter Lab17.429024.4575-31.5942
CIE-Lab20.194335.8039-35.7589

#471a66 color RGB value is (71,26,102).

#471a66 hex color red value is 71, green value is 26 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #471a66 hue: 0.77 , saturation: 0.59 and the lightness value of 471a66 is 0.25.

The process color (four color CMYK) of #471a66 color hex is 0.30, 0.75, 0.00, 0.60. Web safe color of #471a66 is #333366. Color #471a66 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011010 01100110
Octal 107 32 146
Decimal 71 26 102
Hex 47 1A 66

RGB Percentages of Color #471a66

%35.68
%13.07
%51.26

CMYK Percentages of Color #471a66

%30
%75
%0
%60

Triadic Colors of #471a66

#471a66 #66471a #1a6647

Analogous Colors of #471a66

#471a66 #661a5f #211a66

Monochromatic Colors of #471a66

#471a66

Complementary Color

#471a66 #39661a

#471a66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471a66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471a66 Color CSS Codes

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

#471a66 Text Font Color

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

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


#471a66 Background Color

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

This div background color is #471a66


#471a66 Border Color

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

This div border color is #471a66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,26,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #471a66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #471a66;
  -webkit-box-shadow: 1px 1px 3px 2px #471a66;
  box-shadow:         1px 1px 3px 2px #471a66; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471a66


Comments

No comments written yet.

Please login to write comment.