Color Hex Logo

#470982 Color Hex

#470982
(71,9,130)
0 Favorites   0 Comments

Color spaces of #470982

RGB 719130
HSL0.750.870.27
HSV271°93°51°
CMYK 0.450.930.00   0.49
XYZ6.72553.146721.3720
Yxy3.14670.21530.1007
Hunter Lab17.738936.6329-59.0158
CIE-Lab20.622148.9532-53.0903

#470982 color RGB value is (71,9,130).

#470982 hex color red value is 71, green value is 9 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #470982 hue: 0.75 , saturation: 0.87 and the lightness value of 470982 is 0.27.

The process color (four color CMYK) of #470982 color hex is 0.45, 0.93, 0.00, 0.49. Web safe color of #470982 is #330099. Color #470982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001001 10000010
Octal 107 11 202
Decimal 71 9 130
Hex 47 9 82

RGB Percentages of Color #470982

%33.81
%4.29
%61.90

CMYK Percentages of Color #470982

%45
%93
%0
%49

Triadic Colors of #470982

#470982 #824709 #098247

Analogous Colors of #470982

#470982 #820981 #0b0982

Monochromatic Colors of #470982

#470982

Complementary Color

#470982 #448209

#470982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470982 Color CSS Codes

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

#470982 Text Font Color

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

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


#470982 Background Color

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

This div background color is #470982


#470982 Border Color

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

This div border color is #470982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470982


Comments

No comments written yet.

Please login to write comment.