Color Hex Logo

#592bf0 Color Hex

#592BF0
(89,43,240)
0 Favorites   0 Comments

Color spaces of #592bf0

RGB 8943240
HSL0.710.870.55
HSV254°82°94°
CMYK 0.630.820.00   0.06
XYZ20.711910.142983.3042
Yxy10.14290.18140.0888
Hunter Lab31.847960.3514-132.7906
CIE-Lab38.097767.7030-89.6500

#592bf0 color RGB value is (89,43,240).

#592bf0 hex color red value is 89, green value is 43 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #592bf0 hue: 0.71 , saturation: 0.87 and the lightness value of 592bf0 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101011 11110000
Octal 131 53 360
Decimal 89 43 240
Hex 59 2B F0

RGB Percentages of Color #592bf0

%23.92
%11.56
%64.52

CMYK Percentages of Color #592bf0

%63
%82
%0
%6

Triadic Colors of #592bf0

#592bf0 #f0592b #2bf059

Analogous Colors of #592bf0

#592bf0 #bc2bf0 #2b60f0

Monochromatic Colors of #592bf0

#592bf0

Complementary Color

#592bf0 #c2f02b

#592bf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592bf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592bf0 Color CSS Codes

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

#592bf0 Text Font Color

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

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


#592bf0 Background Color

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

This div background color is #592bf0


#592bf0 Border Color

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

This div border color is #592bf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592bf0

#592bf0 Color Palettes


Comments

No comments written yet.

Please login to write comment.