Color Hex Logo

#592ddc Color Hex

#592DDC
(89,45,220)
0 Favorites   0 Comments

Color spaces of #592ddc

RGB 8945220
HSL0.710.710.52
HSV255°80°86°
CMYK 0.600.800.00   0.14
XYZ17.97659.167968.5323
Yxy9.16790.18790.0958
Hunter Lab30.278552.9888-113.0017
CIE-Lab36.305661.5518-81.2170

#592ddc color RGB value is (89,45,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101101 11011100
Octal 131 55 334
Decimal 89 45 220
Hex 59 2D DC

RGB Percentages of Color #592ddc

%25.14
%12.71
%62.15

CMYK Percentages of Color #592ddc

%60
%80
%0
%14

Triadic Colors of #592ddc

#592ddc #dc592d #2ddc59

Analogous Colors of #592ddc

#592ddc #b12ddc #2d59dc

Monochromatic Colors of #592ddc

#592ddc

Complementary Color

#592ddc #b0dc2d

#592ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#592ddc Color CSS Codes

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

#592ddc Text Font Color

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

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


#592ddc Background Color

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

This div background color is #592ddc


#592ddc Border Color

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

This div border color is #592ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592ddc


Comments

No comments written yet.

Please login to write comment.