Color Hex Logo

#592aed Color Hex

#592AED
(89,42,237)
0 Favorites   0 Comments

Color spaces of #592aed

RGB 8942237
HSL0.710.840.55
HSV254°82°93°
CMYK 0.620.820.00   0.07
XYZ20.23389.894280.9641
Yxy9.89420.18210.0891
Hunter Lab31.455059.7757-130.5917
CIE-Lab37.651967.2914-88.6895

#592aed color RGB value is (89,42,237).

#592aed hex color red value is 89, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #592aed hue: 0.71 , saturation: 0.84 and the lightness value of 592aed is 0.55.

The process color (four color CMYK) of #592aed color hex is 0.62, 0.82, 0.00, 0.07. Web safe color of #592aed is #6633ff. Color #592aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101010 11101101
Octal 131 52 355
Decimal 89 42 237
Hex 59 2A ED

RGB Percentages of Color #592aed

%24.18
%11.41
%64.40

CMYK Percentages of Color #592aed

%62
%82
%0
%7

Triadic Colors of #592aed

#592aed #ed592a #2aed59

Analogous Colors of #592aed

#592aed #bb2aed #2a5ced

Monochromatic Colors of #592aed

#592aed

Complementary Color

#592aed #beed2a

#592aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#592aed Color CSS Codes

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

#592aed Text Font Color

<p style="color:#592aed">Text here</p>

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


#592aed Background Color

<div style="background-color:#592aed">
Div content here</div>

This div background color is #592aed


#592aed Border Color

<div style="border:3px solid #592aed">
Div here</div>

This div border color is #592aed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,42,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #592aed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #592aed;
  -webkit-box-shadow: 1px 1px 3px 2px #592aed;
  box-shadow:         1px 1px 3px 2px #592aed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,42,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592aed


Comments

No comments written yet.

Please login to write comment.