Color Hex Logo

#470183 Color Hex

#470183
(71,1,131)
0 Favorites   0 Comments

Color spaces of #470183

RGB 711131
HSL0.760.980.26
HSV272°99°51°
CMYK 0.460.990.00   0.49
XYZ6.70613.000021.6983
Yxy3.00000.21350.0955
Hunter Lab17.320538.8002-62.1513
CIE-Lab20.043951.2464-54.6757

#470183 color RGB value is (71,1,131).

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

The process color (four color CMYK) of #470183 color hex is 0.46, 0.99, 0.00, 0.49. Web safe color of #470183 is #330099. Color #470183 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000001 10000011
Octal 107 1 203
Decimal 71 1 131
Hex 47 1 83

RGB Percentages of Color #470183

%34.98
%0.49
%64.53

CMYK Percentages of Color #470183

%46
%99
%0
%49

Triadic Colors of #470183

#470183 #834701 #018347

Analogous Colors of #470183

#470183 #83017e #060183

Monochromatic Colors of #470183

#470183

Complementary Color

#470183 #3d8301

#470183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470183 Color CSS Codes

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

#470183 Text Font Color

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

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


#470183 Background Color

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

This div background color is #470183


#470183 Border Color

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

This div border color is #470183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470183


Comments

No comments written yet.

Please login to write comment.