Color Hex Logo

#570230 Color Hex

#570230
(87,2,48)
0 Favorites   0 Comments

Color spaces of #570230

RGB 87248
HSL0.910.960.17
HSV328°98°34°
CMYK 0.000.980.45   0.66
XYZ4.48572.28313.0006
Yxy2.28310.45920.2337
Hunter Lab15.109926.5491-1.1971
CIE-Lab16.907938.8457-3.6728

#570230 color RGB value is (87,2,48).

#570230 hex color red value is 87, green value is 2 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #570230 hue: 0.91 , saturation: 0.96 and the lightness value of 570230 is 0.17.

The process color (four color CMYK) of #570230 color hex is 0.00, 0.98, 0.45, 0.66. Web safe color of #570230 is #660033. Color #570230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000010 00110000
Octal 127 2 60
Decimal 87 2 48
Hex 57 2 30

RGB Percentages of Color #570230

%63.50
%1.46
%35.04

CMYK Percentages of Color #570230

%0
%98
%45
%66

Triadic Colors of #570230

#570230 #305702 #023057

Analogous Colors of #570230

#570230 #570206 #530257

Monochromatic Colors of #570230

#570230

Complementary Color

#570230 #025729

#570230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570230 Color CSS Codes

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

#570230 Text Font Color

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

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


#570230 Background Color

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

This div background color is #570230


#570230 Border Color

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

This div border color is #570230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570230


Comments

No comments written yet.

Please login to write comment.