Color Hex Logo

#592cbd Color Hex

#592CBD
(89,44,189)
0 Favorites   0 Comments

Color spaces of #592cbd

RGB 8944189
HSL0.720.620.46
HSV259°77°74°
CMYK 0.530.770.00   0.26
XYZ14.20587.599348.8622
Yxy7.59930.20100.1075
Hunter Lab27.566843.7431-85.7947
CIE-Lab33.134053.5613-68.4070

#592cbd color RGB value is (89,44,189).

#592cbd hex color red value is 89, green value is 44 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #592cbd hue: 0.72 , saturation: 0.62 and the lightness value of 592cbd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101100 10111101
Octal 131 54 275
Decimal 89 44 189
Hex 59 2C BD

RGB Percentages of Color #592cbd

%27.64
%13.66
%58.70

CMYK Percentages of Color #592cbd

%53
%77
%0
%26

Triadic Colors of #592cbd

#592cbd #bd592c #2cbd59

Analogous Colors of #592cbd

#592cbd #a22cbd #2c48bd

Monochromatic Colors of #592cbd

#592cbd

Complementary Color

#592cbd #90bd2c

#592cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#592cbd Color CSS Codes

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

#592cbd Text Font Color

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

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


#592cbd Background Color

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

This div background color is #592cbd


#592cbd Border Color

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

This div border color is #592cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592cbd


Comments

No comments written yet.

Please login to write comment.