Color Hex Logo

#582efb Color Hex

#582EFB
(88,46,251)
0 Favorites   0 Comments

Color spaces of #582efb

RGB 8846251
HSL0.700.960.58
HSV252°82°98°
CMYK 0.650.820.00   0.02
XYZ22.414110.993792.2074
Yxy10.99370.17840.0875
Hunter Lab33.156762.6424-141.6730
CIE-Lab39.569969.3840-93.4091

#582efb color RGB value is (88,46,251).

#582efb hex color red value is 88, green value is 46 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #582efb hue: 0.70 , saturation: 0.96 and the lightness value of 582efb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101110 11111011
Octal 130 56 373
Decimal 88 46 251
Hex 58 2E FB

RGB Percentages of Color #582efb

%22.86
%11.95
%65.19

CMYK Percentages of Color #582efb

%65
%82
%0
%2

Triadic Colors of #582efb

#582efb #fb582e #2efb58

Analogous Colors of #582efb

#582efb #bf2efb #2e6bfb

Monochromatic Colors of #582efb

#582efb

Complementary Color

#582efb #d1fb2e

#582efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#582efb Color CSS Codes

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

#582efb Text Font Color

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

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


#582efb Background Color

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

This div background color is #582efb


#582efb Border Color

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

This div border color is #582efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582efb


Comments

No comments written yet.

Please login to write comment.