Color Hex Logo

#592adf Color Hex

#592ADF
(89,42,223)
0 Favorites   0 Comments

Color spaces of #592adf

RGB 8942223
HSL0.710.740.52
HSV256°81°87°
CMYK 0.600.810.00   0.13
XYZ18.26719.107570.6072
Yxy9.10750.18640.0930
Hunter Lab30.178655.2333-117.5923
CIE-Lab36.190563.5863-83.1281

#592adf color RGB value is (89,42,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101010 11011111
Octal 131 52 337
Decimal 89 42 223
Hex 59 2A DF

RGB Percentages of Color #592adf

%25.14
%11.86
%62.99

CMYK Percentages of Color #592adf

%60
%81
%0
%13

Triadic Colors of #592adf

#592adf #df592a #2adf59

Analogous Colors of #592adf

#592adf #b42adf #2a55df

Monochromatic Colors of #592adf

#592adf

Complementary Color

#592adf #b0df2a

#592adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#592adf Color CSS Codes

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

#592adf Text Font Color

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

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


#592adf Background Color

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

This div background color is #592adf


#592adf Border Color

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

This div border color is #592adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592adf


Comments

No comments written yet.

Please login to write comment.