Color Hex Logo

#592abd Color Hex

#592ABD
(89,42,189)
0 Favorites   0 Comments

Color spaces of #592abd

RGB 8942189
HSL0.720.640.45
HSV259°78°74°
CMYK 0.530.780.00   0.26
XYZ14.13317.453948.8380
Yxy7.45390.20070.1058
Hunter Lab27.301844.6243-86.9477
CIE-Lab32.818754.4673-68.9255

#592abd color RGB value is (89,42,189).

#592abd hex color red value is 89, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #592abd hue: 0.72 , saturation: 0.64 and the lightness value of 592abd is 0.45.

The process color (four color CMYK) of #592abd color hex is 0.53, 0.78, 0.00, 0.26. Web safe color of #592abd is #6633cc. Color #592abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101010 10111101
Octal 131 52 275
Decimal 89 42 189
Hex 59 2A BD

RGB Percentages of Color #592abd

%27.81
%13.13
%59.06

CMYK Percentages of Color #592abd

%53
%78
%0
%26

Triadic Colors of #592abd

#592abd #bd592a #2abd59

Analogous Colors of #592abd

#592abd #a32abd #2a45bd

Monochromatic Colors of #592abd

#592abd

Complementary Color

#592abd #8ebd2a

#592abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#592abd Color CSS Codes

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

#592abd Text Font Color

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

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


#592abd Background Color

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

This div background color is #592abd


#592abd Border Color

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

This div border color is #592abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592abd


Comments

No comments written yet.

Please login to write comment.