Color Hex Logo

#470271 Color Hex

#470271
(71,2,113)
0 Favorites   0 Comments

Color spaces of #470271

RGB 712113
HSL0.770.970.23
HSV277°98°44°
CMYK 0.370.980.00   0.56
XYZ5.60092.575315.8247
Yxy2.57530.23340.1073
Hunter Lab16.047734.2156-47.2325
CIE-Lab18.255846.9160-46.0913

#470271 color RGB value is (71,2,113).

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

The process color (four color CMYK) of #470271 color hex is 0.37, 0.98, 0.00, 0.56. Web safe color of #470271 is #330066. Color #470271 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000010 01110001
Octal 107 2 161
Decimal 71 2 113
Hex 47 2 71

RGB Percentages of Color #470271

%38.17
%1.08
%60.75

CMYK Percentages of Color #470271

%37
%98
%0
%56

Triadic Colors of #470271

#470271 #714702 #027147

Analogous Colors of #470271

#470271 #710263 #100271

Monochromatic Colors of #470271

#470271

Complementary Color

#470271 #2c7102

#470271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470271 Color CSS Codes

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

#470271 Text Font Color

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

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


#470271 Background Color

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

This div background color is #470271


#470271 Border Color

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

This div border color is #470271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470271


Comments

No comments written yet.

Please login to write comment.