Color Hex Logo

#592bdd Color Hex

#592BDD
(89,43,221)
0 Favorites   0 Comments

Color spaces of #592bdd

RGB 8943221
HSL0.710.720.52
HSV256°81°87°
CMYK 0.600.810.00   0.13
XYZ18.03489.072169.2072
Yxy9.07210.18720.0942
Hunter Lab30.119954.1699-115.1480
CIE-Lab36.122762.6498-82.0931

#592bdd color RGB value is (89,43,221).

#592bdd hex color red value is 89, green value is 43 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #592bdd hue: 0.71 , saturation: 0.72 and the lightness value of 592bdd is 0.52.

The process color (four color CMYK) of #592bdd color hex is 0.60, 0.81, 0.00, 0.13. Web safe color of #592bdd is #6633cc. Color #592bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101011 11011101
Octal 131 53 335
Decimal 89 43 221
Hex 59 2B DD

RGB Percentages of Color #592bdd

%25.21
%12.18
%62.61

CMYK Percentages of Color #592bdd

%60
%81
%0
%13

Triadic Colors of #592bdd

#592bdd #dd592b #2bdd59

Analogous Colors of #592bdd

#592bdd #b22bdd #2b56dd

Monochromatic Colors of #592bdd

#592bdd

Complementary Color

#592bdd #afdd2b

#592bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#592bdd Color CSS Codes

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

#592bdd Text Font Color

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

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


#592bdd Background Color

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

This div background color is #592bdd


#592bdd Border Color

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

This div border color is #592bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592bdd


Comments

No comments written yet.

Please login to write comment.