Color Hex Logo

#592bff Color Hex

#592BFF
(89,43,255)
0 Favorites   0 Comments

Color spaces of #592bff

RGB 8943255
HSL0.701.000.58
HSV253°83°100°
CMYK 0.650.830.00   0.00
XYZ23.033711.071695.5308
Yxy11.07160.17770.0854
Hunter Lab33.274065.3358-146.9318
CIE-Lab39.700871.6402-95.4299

#592bff color RGB value is (89,43,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101011 11111111
Octal 131 53 377
Decimal 89 43 255
Hex 59 2B FF

RGB Percentages of Color #592bff

%23.00
%11.11
%65.89

CMYK Percentages of Color #592bff

%65
%83
%0
%0

Triadic Colors of #592bff

#592bff #ff592b #2bff59

Analogous Colors of #592bff

#592bff #c32bff #2b67ff

Monochromatic Colors of #592bff

#592bff

Complementary Color

#592bff #d1ff2b

#592bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#592bff Color CSS Codes

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

#592bff Text Font Color

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

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


#592bff Background Color

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

This div background color is #592bff


#592bff Border Color

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

This div border color is #592bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592bff


Comments

No comments written yet.

Please login to write comment.