Color Hex Logo

#471251 Color Hex

#471251
(71,18,81)
0 Favorites   0 Comments

Color spaces of #471251

RGB 711881
HSL0.810.640.19
HSV290°78°32°
CMYK 0.120.780.00   0.68
XYZ4.30002.36638.0147
Yxy2.36630.29290.1612
Hunter Lab15.382822.9768-20.1232
CIE-Lab17.302834.6146-26.3997

#471251 color RGB value is (71,18,81).

#471251 hex color red value is 71, green value is 18 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #471251 hue: 0.81 , saturation: 0.64 and the lightness value of 471251 is 0.19.

The process color (four color CMYK) of #471251 color hex is 0.12, 0.78, 0.00, 0.68. Web safe color of #471251 is #330066. Color #471251 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010010 01010001
Octal 107 22 121
Decimal 71 18 81
Hex 47 12 51

RGB Percentages of Color #471251

%41.76
%10.59
%47.65

CMYK Percentages of Color #471251

%12
%78
%0
%68

Triadic Colors of #471251

#471251 #514712 #125147

Analogous Colors of #471251

#471251 #51123b #281251

Monochromatic Colors of #471251

#471251

Complementary Color

#471251 #1c5112

#471251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471251 Color CSS Codes

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

#471251 Text Font Color

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

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


#471251 Background Color

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

This div background color is #471251


#471251 Border Color

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

This div border color is #471251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471251


Comments

No comments written yet.

Please login to write comment.