Color Hex Logo

#592fca Color Hex

#592FCA
(89,47,202)
0 Favorites   0 Comments

Color spaces of #592fca

RGB 8947202
HSL0.710.620.49
HSV256°77°79°
CMYK 0.560.770.00   0.21
XYZ15.79708.421156.6700
Yxy8.42110.19530.1041
Hunter Lab29.019146.3857-95.4711
CIE-Lab34.844955.7455-73.2135

#592fca color RGB value is (89,47,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101111 11001010
Octal 131 57 312
Decimal 89 47 202
Hex 59 2F CA

RGB Percentages of Color #592fca

%26.33
%13.91
%59.76

CMYK Percentages of Color #592fca

%56
%77
%0
%21

Triadic Colors of #592fca

#592fca #ca592f #2fca59

Analogous Colors of #592fca

#592fca #a72fca #2f53ca

Monochromatic Colors of #592fca

#592fca

Complementary Color

#592fca #a0ca2f

#592fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#592fca Color CSS Codes

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

#592fca Text Font Color

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

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


#592fca Background Color

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

This div background color is #592fca


#592fca Border Color

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

This div border color is #592fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592fca


Comments

No comments written yet.

Please login to write comment.