Color Hex Logo

#582aaf Color Hex

#582AAF
(88,42,175)
0 Favorites   0 Comments

Color spaces of #582aaf

RGB 8842175
HSL0.720.610.43
HSV261°76°69°
CMYK 0.500.760.00   0.31
XYZ12.59036.825841.2114
Yxy6.82580.20770.1126
Hunter Lab26.126240.2987-75.2354
CIE-Lab31.407050.5395-62.9351

#582aaf color RGB value is (88,42,175).

#582aaf hex color red value is 88, green value is 42 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #582aaf hue: 0.72 , saturation: 0.61 and the lightness value of 582aaf is 0.43.

The process color (four color CMYK) of #582aaf color hex is 0.50, 0.76, 0.00, 0.31. Web safe color of #582aaf is #663399. Color #582aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101010 10101111
Octal 130 52 257
Decimal 88 42 175
Hex 58 2A AF

RGB Percentages of Color #582aaf

%28.85
%13.77
%57.38

CMYK Percentages of Color #582aaf

%50
%76
%0
%31

Triadic Colors of #582aaf

#582aaf #af582a #2aaf58

Analogous Colors of #582aaf

#582aaf #9b2aaf #2a3eaf

Monochromatic Colors of #582aaf

#582aaf

Complementary Color

#582aaf #81af2a

#582aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#582aaf Color CSS Codes

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

#582aaf Text Font Color

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

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


#582aaf Background Color

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

This div background color is #582aaf


#582aaf Border Color

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

This div border color is #582aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,42,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #582aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #582aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #582aaf;
  box-shadow:         1px 1px 3px 2px #582aaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582aaf


Comments

No comments written yet.

Please login to write comment.