Color Hex Logo

#471bab Color Hex

#471BAB
(71,27,171)
0 Favorites   0 Comments

Color spaces of #471bab

RGB 7127171
HSL0.720.730.39
HSV258°84°67°
CMYK 0.580.840.00   0.33
XYZ10.34125.063738.9604
Yxy5.06370.19020.0931
Hunter Lab22.502742.6508-86.9010
CIE-Lab26.915553.7168-67.9956

#471bab color RGB value is (71,27,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011011 10101011
Octal 107 33 253
Decimal 71 27 171
Hex 47 1B AB

RGB Percentages of Color #471bab

%26.39
%10.04
%63.57

CMYK Percentages of Color #471bab

%58
%84
%0
%33

Triadic Colors of #471bab

#471bab #ab471b #1bab47

Analogous Colors of #471bab

#471bab #8f1bab #1b37ab

Monochromatic Colors of #471bab

#471bab

Complementary Color

#471bab #7fab1b

#471bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#471bab Color CSS Codes

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

#471bab Text Font Color

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

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


#471bab Background Color

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

This div background color is #471bab


#471bab Border Color

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

This div border color is #471bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,27,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 #471bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471bab


Comments

No comments written yet.

Please login to write comment.