Color Hex Logo

#582270 Color Hex

#582270
(88,34,112)
0 Favorites   0 Comments

Color spaces of #582270

RGB 8834112
HSL0.780.530.29
HSV282°70°44°
CMYK 0.210.700.00   0.56
XYZ7.52124.388615.7799
Yxy4.38860.27160.1585
Hunter Lab20.949027.4252-29.9961
CIE-Lab24.916638.2960-34.5078

#582270 color RGB value is (88,34,112).

#582270 hex color red value is 88, green value is 34 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #582270 hue: 0.78 , saturation: 0.53 and the lightness value of 582270 is 0.29.

The process color (four color CMYK) of #582270 color hex is 0.21, 0.70, 0.00, 0.56. Web safe color of #582270 is #663366. Color #582270 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100010 01110000
Octal 130 42 160
Decimal 88 34 112
Hex 58 22 70

RGB Percentages of Color #582270

%37.61
%14.53
%47.86

CMYK Percentages of Color #582270

%21
%70
%0
%56

Triadic Colors of #582270

#582270 #705822 #227058

Analogous Colors of #582270

#582270 #702261 #312270

Monochromatic Colors of #582270

#582270

Complementary Color

#582270 #3a7022

#582270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582270 Color CSS Codes

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

#582270 Text Font Color

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

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


#582270 Background Color

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

This div background color is #582270


#582270 Border Color

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

This div border color is #582270


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,34,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #582270; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #582270;
  -webkit-box-shadow: 1px 1px 3px 2px #582270;
  box-shadow:         1px 1px 3px 2px #582270; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582270


Comments

No comments written yet.

Please login to write comment.