Color Hex Logo

#471bae Color Hex

#471BAE
(71,27,174)
0 Favorites   0 Comments

Color spaces of #471bae

RGB 7127174
HSL0.720.730.39
HSV258°84°68°
CMYK 0.590.840.00   0.32
XYZ10.63045.179540.4838
Yxy5.17950.18880.0920
Hunter Lab22.758543.5491-89.5366
CIE-Lab27.240254.5220-69.2629

#471bae color RGB value is (71,27,174).

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

The process color (four color CMYK) of #471bae color hex is 0.59, 0.84, 0.00, 0.32. Web safe color of #471bae is #333399. Color #471bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011011 10101110
Octal 107 33 256
Decimal 71 27 174
Hex 47 1B AE

RGB Percentages of Color #471bae

%26.10
%9.93
%63.97

CMYK Percentages of Color #471bae

%59
%84
%0
%32

Triadic Colors of #471bae

#471bae #ae471b #1bae47

Analogous Colors of #471bae

#471bae #911bae #1b39ae

Monochromatic Colors of #471bae

#471bae

Complementary Color

#471bae #82ae1b

#471bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#471bae Color CSS Codes

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

#471bae Text Font Color

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

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


#471bae Background Color

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

This div background color is #471bae


#471bae Border Color

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

This div border color is #471bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471bae


Comments

No comments written yet.

Please login to write comment.