Color Hex Logo

#582fef Color Hex

#582FEF
(88,47,239)
0 Favorites   0 Comments

Color spaces of #582fef

RGB 8847239
HSL0.700.860.56
HSV253°80°94°
CMYK 0.630.800.00   0.06
XYZ20.621010.339782.5703
Yxy10.33970.18160.0911
Hunter Lab32.155458.1986-129.7391
CIE-Lab38.445365.7637-88.5118

#582fef color RGB value is (88,47,239).

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

The process color (four color CMYK) of #582fef color hex is 0.63, 0.80, 0.00, 0.06. Web safe color of #582fef is #6633ff. Color #582fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101111 11101111
Octal 130 57 357
Decimal 88 47 239
Hex 58 2F EF

RGB Percentages of Color #582fef

%23.53
%12.57
%63.90

CMYK Percentages of Color #582fef

%63
%80
%0
%6

Triadic Colors of #582fef

#582fef #ef582f #2fef58

Analogous Colors of #582fef

#582fef #b82fef #2f66ef

Monochromatic Colors of #582fef

#582fef

Complementary Color

#582fef #c6ef2f

#582fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#582fef Color CSS Codes

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

#582fef Text Font Color

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

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


#582fef Background Color

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

This div background color is #582fef


#582fef Border Color

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

This div border color is #582fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582fef


Comments

No comments written yet.

Please login to write comment.