Color Hex Logo

#592fed Color Hex

#592FED
(89,47,237)
0 Favorites   0 Comments

Color spaces of #592fed

RGB 8947237
HSL0.700.840.56
HSV253°80°93°
CMYK 0.620.800.00   0.07
XYZ20.422410.271381.0269
Yxy10.27130.18280.0919
Hunter Lab32.048957.6595-127.4645
CIE-Lab38.325065.3147-87.5758

#592fed color RGB value is (89,47,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101111 11101101
Octal 131 57 355
Decimal 89 47 237
Hex 59 2F ED

RGB Percentages of Color #592fed

%23.86
%12.60
%63.54

CMYK Percentages of Color #592fed

%62
%80
%0
%7

Triadic Colors of #592fed

#592fed #ed592f #2fed59

Analogous Colors of #592fed

#592fed #b82fed #2f64ed

Monochromatic Colors of #592fed

#592fed

Complementary Color

#592fed #c3ed2f

#592fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#592fed Color CSS Codes

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

#592fed Text Font Color

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

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


#592fed Background Color

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

This div background color is #592fed


#592fed Border Color

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

This div border color is #592fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592fed


Comments

No comments written yet.

Please login to write comment.