Color Hex Logo

#592fcd Color Hex

#592FCD
(89,47,205)
0 Favorites   0 Comments

Color spaces of #592fcd

RGB 8947205
HSL0.710.630.49
HSV256°77°80°
CMYK 0.570.770.00   0.20
XYZ16.15588.564758.5592
Yxy8.56470.19400.1028
Hunter Lab29.265547.3249-98.1512
CIE-Lab35.132356.5725-74.4862

#592fcd color RGB value is (89,47,205).

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

The process color (four color CMYK) of #592fcd color hex is 0.57, 0.77, 0.00, 0.20. Web safe color of #592fcd is #6633cc. Color #592fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101111 11001101
Octal 131 57 315
Decimal 89 47 205
Hex 59 2F CD

RGB Percentages of Color #592fcd

%26.10
%13.78
%60.12

CMYK Percentages of Color #592fcd

%57
%77
%0
%20

Triadic Colors of #592fcd

#592fcd #cd592f #2fcd59

Analogous Colors of #592fcd

#592fcd #a82fcd #2f54cd

Monochromatic Colors of #592fcd

#592fcd

Complementary Color

#592fcd #a3cd2f

#592fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#592fcd Color CSS Codes

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

#592fcd Text Font Color

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

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


#592fcd Background Color

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

This div background color is #592fcd


#592fcd Border Color

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

This div border color is #592fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592fcd


Comments

No comments written yet.

Please login to write comment.