Color Hex Logo

#582feb Color Hex

#582FEB
(88,47,235)
0 Favorites   0 Comments

Color spaces of #582feb

RGB 8847235
HSL0.700.820.55
HSV253°80°92°
CMYK 0.630.800.00   0.08
XYZ20.036410.105979.4919
Yxy10.10590.18280.0922
Hunter Lab31.789856.8725-126.0047
CIE-Lab38.031864.6796-86.9295

#582feb color RGB value is (88,47,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101111 11101011
Octal 130 57 353
Decimal 88 47 235
Hex 58 2F EB

RGB Percentages of Color #582feb

%23.78
%12.70
%63.51

CMYK Percentages of Color #582feb

%63
%80
%0
%8

Triadic Colors of #582feb

#582feb #eb582f #2feb58

Analogous Colors of #582feb

#582feb #b62feb #2f64eb

Monochromatic Colors of #582feb

#582feb

Complementary Color

#582feb #c2eb2f

#582feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#582feb Color CSS Codes

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

#582feb Text Font Color

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

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


#582feb Background Color

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

This div background color is #582feb


#582feb Border Color

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

This div border color is #582feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582feb


Comments

No comments written yet.

Please login to write comment.