Color Hex Logo

#592fef Color Hex

#592FEF
(89,47,239)
0 Favorites   0 Comments

Color spaces of #592fef

RGB 8947239
HSL0.700.860.56
HSV253°80°94°
CMYK 0.630.800.00   0.06
XYZ20.716310.388982.5747
Yxy10.38890.18220.0914
Hunter Lab32.231858.3213-129.3328
CIE-Lab38.531665.8542-88.3664

#592fef color RGB value is (89,47,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101111 11101111
Octal 131 57 357
Decimal 89 47 239
Hex 59 2F EF

RGB Percentages of Color #592fef

%23.73
%12.53
%63.73

CMYK Percentages of Color #592fef

%63
%80
%0
%6

Triadic Colors of #592fef

#592fef #ef592f #2fef59

Analogous Colors of #592fef

#592fef #b92fef #2f65ef

Monochromatic Colors of #592fef

#592fef

Complementary Color

#592fef #c5ef2f

#592fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#592fef Color CSS Codes

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

#592fef Text Font Color

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

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


#592fef Background Color

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

This div background color is #592fef


#592fef Border Color

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

This div border color is #592fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592fef

#592fef Color Palettes


Comments

No comments written yet.

Please login to write comment.