Color Hex Logo

#592ecb Color Hex

#592ECB
(89,46,203)
0 Favorites   0 Comments

Color spaces of #592ecb

RGB 8946203
HSL0.710.630.49
HSV256°77°80°
CMYK 0.560.770.00   0.20
XYZ15.87638.389657.2825
Yxy8.38960.19470.1029
Hunter Lab28.964847.1517-96.9800
CIE-Lab34.781456.4783-73.9005

#592ecb color RGB value is (89,46,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101110 11001011
Octal 131 56 313
Decimal 89 46 203
Hex 59 2E CB

RGB Percentages of Color #592ecb

%26.33
%13.61
%60.06

CMYK Percentages of Color #592ecb

%56
%77
%0
%20

Triadic Colors of #592ecb

#592ecb #cb592e #2ecb59

Analogous Colors of #592ecb

#592ecb #a82ecb #2e52cb

Monochromatic Colors of #592ecb

#592ecb

Complementary Color

#592ecb #a0cb2e

#592ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#592ecb Color CSS Codes

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

#592ecb Text Font Color

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

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


#592ecb Background Color

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

This div background color is #592ecb


#592ecb Border Color

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

This div border color is #592ecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,46,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 #592ecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592ecb


Comments

No comments written yet.

Please login to write comment.