Color Hex Logo

#592fcb Color Hex

#592FCB
(89,47,203)
0 Favorites   0 Comments

Color spaces of #592fcb

RGB 8947203
HSL0.710.620.49
HSV256°77°80°
CMYK 0.560.770.00   0.20
XYZ15.91588.468757.2957
Yxy8.46870.19490.1037
Hunter Lab29.101046.6976-96.3627
CIE-Lab34.940556.0207-73.6386

#592fcb color RGB value is (89,47,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101111 11001011
Octal 131 57 313
Decimal 89 47 203
Hex 59 2F CB

RGB Percentages of Color #592fcb

%26.25
%13.86
%59.88

CMYK Percentages of Color #592fcb

%56
%77
%0
%20

Triadic Colors of #592fcb

#592fcb #cb592f #2fcb59

Analogous Colors of #592fcb

#592fcb #a72fcb #2f53cb

Monochromatic Colors of #592fcb

#592fcb

Complementary Color

#592fcb #a1cb2f

#592fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#592fcb Color CSS Codes

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

#592fcb Text Font Color

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

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


#592fcb Background Color

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

This div background color is #592fcb


#592fcb Border Color

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

This div border color is #592fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592fcb


Comments

No comments written yet.

Please login to write comment.