Color Hex Logo

#582ffe Color Hex

#582FFE
(88,47,254)
0 Favorites   0 Comments

Color spaces of #582ffe

RGB 8847254
HSL0.700.990.59
HSV252°81°100°
CMYK 0.650.810.00   0.00
XYZ22.930411.263594.7314
Yxy11.26350.17790.0874
Hunter Lab33.561163.2268-143.8622
CIE-Lab40.020869.7943-94.3427

#582ffe color RGB value is (88,47,254).

#582ffe hex color red value is 88, green value is 47 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #582ffe hue: 0.70 , saturation: 0.99 and the lightness value of 582ffe is 0.59.

The process color (four color CMYK) of #582ffe color hex is 0.65, 0.81, 0.00, 0.00. Web safe color of #582ffe is #6633ff. Color #582ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101111 11111110
Octal 130 57 376
Decimal 88 47 254
Hex 58 2F FE

RGB Percentages of Color #582ffe

%22.62
%12.08
%65.30

CMYK Percentages of Color #582ffe

%65
%81
%0
%0

Triadic Colors of #582ffe

#582ffe #fe582f #2ffe58

Analogous Colors of #582ffe

#582ffe #c02ffe #2f6efe

Monochromatic Colors of #582ffe

#582ffe

Complementary Color

#582ffe #d5fe2f

#582ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#582ffe Color CSS Codes

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

#582ffe Text Font Color

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

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


#582ffe Background Color

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

This div background color is #582ffe


#582ffe Border Color

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

This div border color is #582ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.