Color Hex Logo

#592def Color Hex

#592DEF
(89,45,239)
0 Favorites   0 Comments

Color spaces of #592def

RGB 8945239
HSL0.700.860.56
HSV254°81°94°
CMYK 0.630.810.00   0.06
XYZ20.638210.232682.5487
Yxy10.23260.18200.0902
Hunter Lab31.988459.1843-130.6107
CIE-Lab38.256766.6603-88.8212

#592def color RGB value is (89,45,239).

#592def hex color red value is 89, green value is 45 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #592def hue: 0.70 , saturation: 0.86 and the lightness value of 592def is 0.56.

The process color (four color CMYK) of #592def color hex is 0.63, 0.81, 0.00, 0.06. Web safe color of #592def is #6633ff. Color #592def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101101 11101111
Octal 131 55 357
Decimal 89 45 239
Hex 59 2D EF

RGB Percentages of Color #592def

%23.86
%12.06
%64.08

CMYK Percentages of Color #592def

%63
%81
%0
%6

Triadic Colors of #592def

#592def #ef592d #2def59

Analogous Colors of #592def

#592def #ba2def #2d62ef

Monochromatic Colors of #592def

#592def

Complementary Color

#592def #c3ef2d

#592def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592def Color Preview on White Background

Lorem ipsum dolor sit amet.

#592def Color CSS Codes

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

#592def Text Font Color

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

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


#592def Background Color

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

This div background color is #592def


#592def Border Color

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

This div border color is #592def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592def


Comments

No comments written yet.

Please login to write comment.