Color Hex Logo

#592feb Color Hex

#592FEB
(89,47,235)
0 Favorites   0 Comments

Color spaces of #592feb

RGB 8947235
HSL0.700.820.55
HSV253°80°92°
CMYK 0.620.800.00   0.08
XYZ20.131710.155079.4963
Yxy10.15500.18340.0925
Hunter Lab31.866956.9990-125.6001
CIE-Lab38.119264.7741-86.7822

#592feb color RGB value is (89,47,235).

#592feb hex color red value is 89, green value is 47 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #592feb hue: 0.70 , saturation: 0.82 and the lightness value of 592feb is 0.55.

The process color (four color CMYK) of #592feb color hex is 0.62, 0.80, 0.00, 0.08. Web safe color of #592feb is #6633ff. Color #592feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101111 11101011
Octal 131 57 353
Decimal 89 47 235
Hex 59 2F EB

RGB Percentages of Color #592feb

%23.99
%12.67
%63.34

CMYK Percentages of Color #592feb

%62
%80
%0
%8

Triadic Colors of #592feb

#592feb #eb592f #2feb59

Analogous Colors of #592feb

#592feb #b72feb #2f63eb

Monochromatic Colors of #592feb

#592feb

Complementary Color

#592feb #c1eb2f

#592feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#592feb Color CSS Codes

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

#592feb Text Font Color

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

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


#592feb Background Color

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

This div background color is #592feb


#592feb Border Color

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

This div border color is #592feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592feb


Comments

No comments written yet.

Please login to write comment.