Color Hex Logo

#471eab Color Hex

#471EAB
(71,30,171)
0 Favorites   0 Comments

Color spaces of #471eab

RGB 7130171
HSL0.720.700.39
HSV257°82°67°
CMYK 0.580.820.00   0.33
XYZ10.41355.208438.9845
Yxy5.20840.19070.0954
Hunter Lab22.821941.5101-85.3041
CIE-Lab27.320452.5263-67.3267

#471eab color RGB value is (71,30,171).

#471eab hex color red value is 71, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #471eab hue: 0.72 , saturation: 0.70 and the lightness value of 471eab is 0.39.

The process color (four color CMYK) of #471eab color hex is 0.58, 0.82, 0.00, 0.33. Web safe color of #471eab is #333399. Color #471eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011110 10101011
Octal 107 36 253
Decimal 71 30 171
Hex 47 1E AB

RGB Percentages of Color #471eab

%26.10
%11.03
%62.87

CMYK Percentages of Color #471eab

%58
%82
%0
%33

Triadic Colors of #471eab

#471eab #ab471e #1eab47

Analogous Colors of #471eab

#471eab #8e1eab #1e3bab

Monochromatic Colors of #471eab

#471eab

Complementary Color

#471eab #82ab1e

#471eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#471eab Color CSS Codes

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

#471eab Text Font Color

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

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


#471eab Background Color

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

This div background color is #471eab


#471eab Border Color

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

This div border color is #471eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471eab


Comments

No comments written yet.

Please login to write comment.