Color Hex Logo

#470282 Color Hex

#470282
(71,2,130)
0 Favorites   0 Comments

Color spaces of #470282

RGB 712130
HSL0.760.970.26
HSV272°98°51°
CMYK 0.450.980.00   0.49
XYZ6.64952.994721.3467
Yxy2.99470.21460.0966
Hunter Lab17.305238.3043-61.0231
CIE-Lab20.022750.7550-54.0779

#470282 color RGB value is (71,2,130).

#470282 hex color red value is 71, green value is 2 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #470282 hue: 0.76 , saturation: 0.97 and the lightness value of 470282 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000010 10000010
Octal 107 2 202
Decimal 71 2 130
Hex 47 2 82

RGB Percentages of Color #470282

%34.98
%0.99
%64.04

CMYK Percentages of Color #470282

%45
%98
%0
%49

Triadic Colors of #470282

#470282 #824702 #028247

Analogous Colors of #470282

#470282 #82027d #070282

Monochromatic Colors of #470282

#470282

Complementary Color

#470282 #3d8202

#470282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470282 Color CSS Codes

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

#470282 Text Font Color

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

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


#470282 Background Color

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

This div background color is #470282


#470282 Border Color

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

This div border color is #470282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470282


Comments

No comments written yet.

Please login to write comment.