Color Hex Logo

#582fdf Color Hex

#582FDF
(88,47,223)
0 Favorites   0 Comments

Color spaces of #582fdf

RGB 8847223
HSL0.710.730.53
HSV254°79°87°
CMYK 0.610.790.00   0.13
XYZ18.36039.435570.6656
Yxy9.43550.18650.0958
Hunter Lab30.717352.9377-114.8956
CIE-Lab36.809661.4074-82.1083

#582fdf color RGB value is (88,47,223).

#582fdf hex color red value is 88, green value is 47 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #582fdf hue: 0.71 , saturation: 0.73 and the lightness value of 582fdf is 0.53.

The process color (four color CMYK) of #582fdf color hex is 0.61, 0.79, 0.00, 0.13. Web safe color of #582fdf is #6633cc. Color #582fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101111 11011111
Octal 130 57 337
Decimal 88 47 223
Hex 58 2F DF

RGB Percentages of Color #582fdf

%24.58
%13.13
%62.29

CMYK Percentages of Color #582fdf

%61
%79
%0
%13

Triadic Colors of #582fdf

#582fdf #df582f #2fdf58

Analogous Colors of #582fdf

#582fdf #b02fdf #2f5edf

Monochromatic Colors of #582fdf

#582fdf

Complementary Color

#582fdf #b6df2f

#582fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#582fdf Color CSS Codes

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

#582fdf Text Font Color

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

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


#582fdf Background Color

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

This div background color is #582fdf


#582fdf Border Color

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

This div border color is #582fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582fdf


Comments

No comments written yet.

Please login to write comment.