Color Hex Logo

#570448 Color Hex

#570448
(87,4,72)
0 Favorites   0 Comments

Color spaces of #570448

RGB 87472
HSL0.860.910.18
HSV311°95°34°
CMYK 0.000.950.17   0.66
XYZ5.14362.58096.3580
Yxy2.58090.36520.1833
Hunter Lab16.065229.0364-12.2191
CIE-Lab18.280641.3626-18.4875

#570448 color RGB value is (87,4,72).

#570448 hex color red value is 87, green value is 4 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #570448 hue: 0.86 , saturation: 0.91 and the lightness value of 570448 is 0.18.

The process color (four color CMYK) of #570448 color hex is 0.00, 0.95, 0.17, 0.66. Web safe color of #570448 is #660033. Color #570448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000100 01001000
Octal 127 4 110
Decimal 87 4 72
Hex 57 4 48

RGB Percentages of Color #570448

%53.37
%2.45
%44.17

CMYK Percentages of Color #570448

%0
%95
%17
%66

Triadic Colors of #570448

#570448 #485704 #044857

Analogous Colors of #570448

#570448 #57041e #3c0457

Monochromatic Colors of #570448

#570448

Complementary Color

#570448 #045713

#570448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570448 Color CSS Codes

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

#570448 Text Font Color

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

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


#570448 Background Color

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

This div background color is #570448


#570448 Border Color

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

This div border color is #570448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570448


Comments

No comments written yet.

Please login to write comment.