Color Hex Logo

#592ddd Color Hex

#592DDD
(89,45,221)
0 Favorites   0 Comments

Color spaces of #592ddd

RGB 8945221
HSL0.710.720.52
HSV255°80°87°
CMYK 0.600.800.00   0.13
XYZ18.10949.221169.2320
Yxy9.22110.18750.0955
Hunter Lab30.366353.3103-113.9188
CIE-Lab36.406561.8221-81.6243

#592ddd color RGB value is (89,45,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101101 11011101
Octal 131 55 335
Decimal 89 45 221
Hex 59 2D DD

RGB Percentages of Color #592ddd

%25.07
%12.68
%62.25

CMYK Percentages of Color #592ddd

%60
%80
%0
%13

Triadic Colors of #592ddd

#592ddd #dd592d #2ddd59

Analogous Colors of #592ddd

#592ddd #b12ddd #2d59dd

Monochromatic Colors of #592ddd

#592ddd

Complementary Color

#592ddd #b1dd2d

#592ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#592ddd Color CSS Codes

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

#592ddd Text Font Color

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

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


#592ddd Background Color

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

This div background color is #592ddd


#592ddd Border Color

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

This div border color is #592ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,45,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 #592ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592ddd


Comments

No comments written yet.

Please login to write comment.