Color Hex Logo

#470092 Color Hex

#470092
(71,0,146)
0 Favorites   0 Comments

Color spaces of #470092

RGB 710146
HSL0.751.000.29
HSV269°100°57°
CMYK 0.511.000.00   0.43
XYZ7.78683.414927.4429
Yxy3.41490.20150.0884
Hunter Lab18.479442.8766-75.1130
CIE-Lab21.634354.9417-61.4472

#470092 color RGB value is (71,0,146).

#470092 hex color red value is 71, green value is 0 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #470092 hue: 0.75 , saturation: 1.00 and the lightness value of 470092 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000000 10010010
Octal 107 0 222
Decimal 71 0 146
Hex 47 0 92

RGB Percentages of Color #470092

%32.72
%0.00
%67.28

CMYK Percentages of Color #470092

%51
%100
%0
%43

Triadic Colors of #470092

#470092 #924700 #009247

Analogous Colors of #470092

#470092 #900092 #000292

Monochromatic Colors of #470092

#470092

Complementary Color

#470092 #4b9200

#470092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470092 Color CSS Codes

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

#470092 Text Font Color

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

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


#470092 Background Color

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

This div background color is #470092


#470092 Border Color

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

This div border color is #470092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470092

#470092 Color Palettes


Comments

No comments written yet.

Please login to write comment.