Color Hex Logo

#471892 Color Hex

#471892
(71,24,146)
0 Favorites   0 Comments

Color spaces of #471892

RGB 7124146
HSL0.730.720.33
HSV263°84°57°
CMYK 0.510.840.00   0.43
XYZ8.11354.068227.5517
Yxy4.06820.20420.1024
Hunter Lab20.169836.5063-66.8707
CIE-Lab23.895648.1901-57.7151

#471892 color RGB value is (71,24,146).

#471892 hex color red value is 71, green value is 24 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #471892 hue: 0.73 , saturation: 0.72 and the lightness value of 471892 is 0.33.

The process color (four color CMYK) of #471892 color hex is 0.51, 0.84, 0.00, 0.43. Web safe color of #471892 is #330099. Color #471892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011000 10010010
Octal 107 30 222
Decimal 71 24 146
Hex 47 18 92

RGB Percentages of Color #471892

%29.46
%9.96
%60.58

CMYK Percentages of Color #471892

%51
%84
%0
%43

Triadic Colors of #471892

#471892 #924718 #189247

Analogous Colors of #471892

#471892 #841892 #182692

Monochromatic Colors of #471892

#471892

Complementary Color

#471892 #639218

#471892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471892 Color CSS Codes

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

#471892 Text Font Color

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

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


#471892 Background Color

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

This div background color is #471892


#471892 Border Color

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

This div border color is #471892


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,24,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #471892; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #471892;
  -webkit-box-shadow: 1px 1px 3px 2px #471892;
  box-shadow:         1px 1px 3px 2px #471892; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471892


Comments

No comments written yet.

Please login to write comment.