Color Hex Logo

#582ed3 Color Hex

#582ED3
(88,46,211)
0 Favorites   0 Comments

Color spaces of #582ed3

RGB 8846211
HSL0.710.650.50
HSV255°78°83°
CMYK 0.580.780.00   0.17
XYZ16.75948.731862.4301
Yxy8.73180.19060.0993
Hunter Lab29.549649.5265-104.5785
CIE-Lab35.462758.5556-77.4241

#582ed3 color RGB value is (88,46,211).

#582ed3 hex color red value is 88, green value is 46 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #582ed3 hue: 0.71 , saturation: 0.65 and the lightness value of 582ed3 is 0.50.

The process color (four color CMYK) of #582ed3 color hex is 0.58, 0.78, 0.00, 0.17. Web safe color of #582ed3 is #6633cc. Color #582ed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101110 11010011
Octal 130 56 323
Decimal 88 46 211
Hex 58 2E D3

RGB Percentages of Color #582ed3

%25.51
%13.33
%61.16

CMYK Percentages of Color #582ed3

%58
%78
%0
%17

Triadic Colors of #582ed3

#582ed3 #d3582e #2ed358

Analogous Colors of #582ed3

#582ed3 #ab2ed3 #2e56d3

Monochromatic Colors of #582ed3

#582ed3

Complementary Color

#582ed3 #a9d32e

#582ed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582ed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582ed3 Color CSS Codes

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

#582ed3 Text Font Color

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

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


#582ed3 Background Color

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

This div background color is #582ed3


#582ed3 Border Color

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

This div border color is #582ed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582ed3


Comments

No comments written yet.

Please login to write comment.