Color Hex Logo

#592fd9 Color Hex

#592FD9
(89,47,217)
0 Favorites   0 Comments

Color spaces of #592fd9

RGB 8947217
HSL0.710.690.52
HSV255°78°85°
CMYK 0.590.780.00   0.15
XYZ17.66079.166666.4842
Yxy9.16660.18930.0982
Hunter Lab30.276451.1382-109.0020
CIE-Lab36.303159.8719-79.4966

#592fd9 color RGB value is (89,47,217).

#592fd9 hex color red value is 89, green value is 47 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #592fd9 hue: 0.71 , saturation: 0.69 and the lightness value of 592fd9 is 0.52.

The process color (four color CMYK) of #592fd9 color hex is 0.59, 0.78, 0.00, 0.15. Web safe color of #592fd9 is #6633cc. Color #592fd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101111 11011001
Octal 131 57 331
Decimal 89 47 217
Hex 59 2F D9

RGB Percentages of Color #592fd9

%25.21
%13.31
%61.47

CMYK Percentages of Color #592fd9

%59
%78
%0
%15

Triadic Colors of #592fd9

#592fd9 #d9592f #2fd959

Analogous Colors of #592fd9

#592fd9 #ae2fd9 #2f5ad9

Monochromatic Colors of #592fd9

#592fd9

Complementary Color

#592fd9 #afd92f

#592fd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592fd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592fd9 Color CSS Codes

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

#592fd9 Text Font Color

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

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


#592fd9 Background Color

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

This div background color is #592fd9


#592fd9 Border Color

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

This div border color is #592fd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592fd9


Comments

No comments written yet.

Please login to write comment.