Color Hex Logo

#471273 Color Hex

#471273
(71,18,115)
0 Favorites   0 Comments

Color spaces of #471273

RGB 7118115
HSL0.760.730.26
HSV273°84°45°
CMYK 0.380.840.00   0.55
XYZ5.90943.010016.4892
Yxy3.01000.23260.1185
Hunter Lab17.349430.4379-44.2060
CIE-Lab20.083942.5449-44.3911

#471273 color RGB value is (71,18,115).

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

The process color (four color CMYK) of #471273 color hex is 0.38, 0.84, 0.00, 0.55. Web safe color of #471273 is #330066. Color #471273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010010 01110011
Octal 107 22 163
Decimal 71 18 115
Hex 47 12 73

RGB Percentages of Color #471273

%34.80
%8.82
%56.37

CMYK Percentages of Color #471273

%38
%84
%0
%55

Triadic Colors of #471273

#471273 #734712 #127347

Analogous Colors of #471273

#471273 #73126f #161273

Monochromatic Colors of #471273

#471273

Complementary Color

#471273 #3e7312

#471273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471273 Color CSS Codes

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

#471273 Text Font Color

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

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


#471273 Background Color

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

This div background color is #471273


#471273 Border Color

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

This div border color is #471273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471273


Comments

No comments written yet.

Please login to write comment.