Color Hex Logo

#582eea Color Hex

#582EEA
(88,46,234)
0 Favorites   0 Comments

Color spaces of #582eea

RGB 8846234
HSL0.700.820.55
HSV253°80°92°
CMYK 0.620.800.00   0.08
XYZ19.85289.969278.7198
Yxy9.96920.18290.0918
Hunter Lab31.574056.9808-125.7189
CIE-Lab37.787164.8228-86.7665

#582eea color RGB value is (88,46,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101110 11101010
Octal 130 56 352
Decimal 88 46 234
Hex 58 2E EA

RGB Percentages of Color #582eea

%23.91
%12.50
%63.59

CMYK Percentages of Color #582eea

%62
%80
%0
%8

Triadic Colors of #582eea

#582eea #ea582e #2eea58

Analogous Colors of #582eea

#582eea #b62eea #2e62ea

Monochromatic Colors of #582eea

#582eea

Complementary Color

#582eea #c0ea2e

#582eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#582eea Color CSS Codes

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

#582eea Text Font Color

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

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


#582eea Background Color

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

This div background color is #582eea


#582eea Border Color

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

This div border color is #582eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582eea


Comments

No comments written yet.

Please login to write comment.