Color Hex Logo

#471e94 Color Hex

#471E94
(71,30,148)
0 Favorites   0 Comments

Color spaces of #471e94

RGB 7130148
HSL0.720.660.35
HSV261°80°58°
CMYK 0.520.800.00   0.42
XYZ8.40814.406328.4243
Yxy4.40630.20390.1068
Hunter Lab20.991234.7643-65.5911
CIE-Lab24.971646.1854-57.1816

#471e94 color RGB value is (71,30,148).

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

The process color (four color CMYK) of #471e94 color hex is 0.52, 0.80, 0.00, 0.42. Web safe color of #471e94 is #333399. Color #471e94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011110 10010100
Octal 107 36 224
Decimal 71 30 148
Hex 47 1E 94

RGB Percentages of Color #471e94

%28.51
%12.05
%59.44

CMYK Percentages of Color #471e94

%52
%80
%0
%42

Triadic Colors of #471e94

#471e94 #94471e #1e9447

Analogous Colors of #471e94

#471e94 #821e94 #1e3094

Monochromatic Colors of #471e94

#471e94

Complementary Color

#471e94 #6b941e

#471e94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471e94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471e94 Color CSS Codes

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

#471e94 Text Font Color

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

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


#471e94 Background Color

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

This div background color is #471e94


#471e94 Border Color

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

This div border color is #471e94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471e94


Comments

No comments written yet.

Please login to write comment.