Color Hex Logo

#592bfd Color Hex

#592BFD
(89,43,253)
0 Favorites   0 Comments

Color spaces of #592bfd

RGB 8943253
HSL0.700.980.58
HSV253°83°99°
CMYK 0.650.830.00   0.01
XYZ22.713310.943493.8437
Yxy10.94340.17810.0858
Hunter Lab33.080864.6668-145.0374
CIE-Lab39.485071.1183-94.6682

#592bfd color RGB value is (89,43,253).

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

The process color (four color CMYK) of #592bfd color hex is 0.65, 0.83, 0.00, 0.01. Web safe color of #592bfd is #6633ff. Color #592bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101011 11111101
Octal 131 53 375
Decimal 89 43 253
Hex 59 2B FD

RGB Percentages of Color #592bfd

%23.12
%11.17
%65.71

CMYK Percentages of Color #592bfd

%65
%83
%0
%1

Triadic Colors of #592bfd

#592bfd #fd592b #2bfd59

Analogous Colors of #592bfd

#592bfd #c22bfd #2b66fd

Monochromatic Colors of #592bfd

#592bfd

Complementary Color

#592bfd #cffd2b

#592bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#592bfd Color CSS Codes

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

#592bfd Text Font Color

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

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


#592bfd Background Color

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

This div background color is #592bfd


#592bfd Border Color

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

This div border color is #592bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592bfd


Comments

No comments written yet.

Please login to write comment.