Color Hex Logo

#592bf4 Color Hex

#592BF4
(89,43,244)
0 Favorites   0 Comments

Color spaces of #592bf4

RGB 8943244
HSL0.700.900.56
HSV254°82°96°
CMYK 0.640.820.00   0.04
XYZ21.312810.383386.4688
Yxy10.38330.18040.0879
Hunter Lab32.223161.6718-136.5449
CIE-Lab38.521868.7572-91.2064

#592bf4 color RGB value is (89,43,244).

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

The process color (four color CMYK) of #592bf4 color hex is 0.64, 0.82, 0.00, 0.04. Web safe color of #592bf4 is #6633ff. Color #592bf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101011 11110100
Octal 131 53 364
Decimal 89 43 244
Hex 59 2B F4

RGB Percentages of Color #592bf4

%23.67
%11.44
%64.89

CMYK Percentages of Color #592bf4

%64
%82
%0
%4

Triadic Colors of #592bf4

#592bf4 #f4592b #2bf459

Analogous Colors of #592bf4

#592bf4 #be2bf4 #2b62f4

Monochromatic Colors of #592bf4

#592bf4

Complementary Color

#592bf4 #c6f42b

#592bf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592bf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592bf4 Color CSS Codes

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

#592bf4 Text Font Color

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

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


#592bf4 Background Color

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

This div background color is #592bf4


#592bf4 Border Color

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

This div border color is #592bf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592bf4


Comments

No comments written yet.

Please login to write comment.