Color Hex Logo

#592ffa Color Hex

#592FFA
(89,47,250)
0 Favorites   0 Comments

Color spaces of #592ffa

RGB 8947250
HSL0.700.950.58
HSV252°81°98°
CMYK 0.640.810.00   0.02
XYZ22.391711.059091.3969
Yxy11.05900.17940.0886
Hunter Lab33.255161.9933-139.6717
CIE-Lab39.679768.8078-92.6637

#592ffa color RGB value is (89,47,250).

#592ffa hex color red value is 89, green value is 47 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #592ffa hue: 0.70 , saturation: 0.95 and the lightness value of 592ffa is 0.58.

The process color (four color CMYK) of #592ffa color hex is 0.64, 0.81, 0.00, 0.02. Web safe color of #592ffa is #6633ff. Color #592ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101111 11111010
Octal 131 57 372
Decimal 89 47 250
Hex 59 2F FA

RGB Percentages of Color #592ffa

%23.06
%12.18
%64.77

CMYK Percentages of Color #592ffa

%64
%81
%0
%2

Triadic Colors of #592ffa

#592ffa #fa592f #2ffa59

Analogous Colors of #592ffa

#592ffa #bf2ffa #2f6bfa

Monochromatic Colors of #592ffa

#592ffa

Complementary Color

#592ffa #d0fa2f

#592ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#592ffa Color CSS Codes

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

#592ffa Text Font Color

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

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


#592ffa Background Color

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

This div background color is #592ffa


#592ffa Border Color

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

This div border color is #592ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592ffa


Comments

No comments written yet.

Please login to write comment.