Color Hex Logo

#582caf Color Hex

#582CAF
(88,44,175)
0 Favorites   0 Comments

Color spaces of #582caf

RGB 8844175
HSL0.720.600.43
HSV260°75°69°
CMYK 0.500.750.00   0.31
XYZ12.66306.971241.2356
Yxy6.97120.20800.1145
Hunter Lab26.403039.4040-74.1155
CIE-Lab31.741349.5884-62.3871

#582caf color RGB value is (88,44,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101100 10101111
Octal 130 54 257
Decimal 88 44 175
Hex 58 2C AF

RGB Percentages of Color #582caf

%28.66
%14.33
%57.00

CMYK Percentages of Color #582caf

%50
%75
%0
%31

Triadic Colors of #582caf

#582caf #af582c #2caf58

Analogous Colors of #582caf

#582caf #9a2caf #2c42af

Monochromatic Colors of #582caf

#582caf

Complementary Color

#582caf #83af2c

#582caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#582caf Color CSS Codes

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

#582caf Text Font Color

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

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


#582caf Background Color

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

This div background color is #582caf


#582caf Border Color

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

This div border color is #582caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,44,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 #582caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582caf


Comments

No comments written yet.

Please login to write comment.