Color Hex Logo

#592bbc Color Hex

#592BBC
(89,43,188)
0 Favorites   0 Comments

Color spaces of #592bbc

RGB 8943188
HSL0.720.630.45
HSV259°77°74°
CMYK 0.530.770.00   0.26
XYZ14.06087.482448.2801
Yxy7.48240.20140.1072
Hunter Lab27.354043.8851-85.4998
CIE-Lab32.880853.7469-68.2331

#592bbc color RGB value is (89,43,188).

#592bbc hex color red value is 89, green value is 43 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #592bbc hue: 0.72 , saturation: 0.63 and the lightness value of 592bbc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101011 10111100
Octal 131 53 274
Decimal 89 43 188
Hex 59 2B BC

RGB Percentages of Color #592bbc

%27.81
%13.44
%58.75

CMYK Percentages of Color #592bbc

%53
%77
%0
%26

Triadic Colors of #592bbc

#592bbc #bc592b #2bbc59

Analogous Colors of #592bbc

#592bbc #a22bbc #2b46bc

Monochromatic Colors of #592bbc

#592bbc

Complementary Color

#592bbc #8ebc2b

#592bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#592bbc Color CSS Codes

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

#592bbc Text Font Color

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

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


#592bbc Background Color

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

This div background color is #592bbc


#592bbc Border Color

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

This div border color is #592bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592bbc


Comments

No comments written yet.

Please login to write comment.