Color Hex Logo

#582088 Color Hex

#582088
(88,32,136)
0 Favorites   0 Comments

Color spaces of #582088

RGB 8832136
HSL0.760.620.33
HSV272°76°53°
CMYK 0.350.760.00   0.47
XYZ8.98494.885323.7620
Yxy4.88530.23880.1298
Hunter Lab22.102733.8817-48.2691
CIE-Lab26.405544.9870-47.2995

#582088 color RGB value is (88,32,136).

#582088 hex color red value is 88, green value is 32 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #582088 hue: 0.76 , saturation: 0.62 and the lightness value of 582088 is 0.33.

The process color (four color CMYK) of #582088 color hex is 0.35, 0.76, 0.00, 0.47. Web safe color of #582088 is #663399. Color #582088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100000 10001000
Octal 130 40 210
Decimal 88 32 136
Hex 58 20 88

RGB Percentages of Color #582088

%34.38
%12.50
%53.13

CMYK Percentages of Color #582088

%35
%76
%0
%47

Triadic Colors of #582088

#582088 #885820 #208858

Analogous Colors of #582088

#582088 #882084 #242088

Monochromatic Colors of #582088

#582088

Complementary Color

#582088 #508820

#582088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582088 Color CSS Codes

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

#582088 Text Font Color

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

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


#582088 Background Color

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

This div background color is #582088


#582088 Border Color

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

This div border color is #582088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582088


Comments

No comments written yet.

Please login to write comment.