Color Hex Logo

#471750 Color Hex

#471750
(71,23,80)
0 Favorites   0 Comments

Color spaces of #471750

RGB 712380
HSL0.810.550.20
HSV291°71°31°
CMYK 0.110.710.00   0.69
XYZ4.35292.53167.8486
Yxy2.53160.29550.1718
Hunter Lab15.911020.9894-18.1089
CIE-Lab18.060932.0746-24.5095

#471750 color RGB value is (71,23,80).

#471750 hex color red value is 71, green value is 23 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #471750 hue: 0.81 , saturation: 0.55 and the lightness value of 471750 is 0.20.

The process color (four color CMYK) of #471750 color hex is 0.11, 0.71, 0.00, 0.69. Web safe color of #471750 is #330066. Color #471750 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010111 01010000
Octal 107 27 120
Decimal 71 23 80
Hex 47 17 50

RGB Percentages of Color #471750

%40.80
%13.22
%45.98

CMYK Percentages of Color #471750

%11
%71
%0
%69

Triadic Colors of #471750

#471750 #504717 #175047

Analogous Colors of #471750

#471750 #50173c #2b1750

Monochromatic Colors of #471750

#471750

Complementary Color

#471750 #205017

#471750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471750 Color CSS Codes

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

#471750 Text Font Color

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

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


#471750 Background Color

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

This div background color is #471750


#471750 Border Color

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

This div border color is #471750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471750


Comments

No comments written yet.

Please login to write comment.