color codes Logo

#590adc color codes

#590ADC
(89,10,220)
0 Favorites   0 Comments

Color spaces of #590adc

RGB 8910220
HSL0.730.910.45
HSV263°95°86°
CMYK 0.600.950.00   0.14
XYZ17.14667.508268.2557
Yxy7.50820.18450.0808
Hunter Lab27.401163.7468-128.5097
CIE-Lab32.936971.5855-86.7942

#590adc color RGB value is (89,10,220).

#590adc hex color red value is 89, green value is 10 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #590adc hue: 0.73 , saturation: 0.91 and the lightness value of 590adc is 0.45.

The process color (four color CMYK) of #590adc color code is 0.60, 0.95, 0.00, 0.14. Web safe color of #590adc is #6600cc. Color #590adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001010 11011100
Octal 131 12 334
Decimal 89 10 220
Hex 59 A DC

RGB Percentages of Color #590adc

%27.90
%3.13
%68.97

CMYK Percentages of Color #590adc

%60
%95
%0
%14

Triadic Colors of #590adc

#590adc #dc590a #0adc59

Analogous Colors of #590adc

#590adc #c20adc #0a24dc

Monochromatic Colors of #590adc

#590adc

Complementary Color

#590adc #8ddc0a

#590adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#590adc Color CSS Codes

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

#590adc Text Font Color

<p style="color:#590adc">Text here</p>

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


#590adc Background Color

<div style="background-color:#590adc">
Div content here</div>

This div background color is #590adc


#590adc Border Color

<div style="border:3px solid #590adc">
Div here</div>

This div border color is #590adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,10,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #590adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #590adc;
  -webkit-box-shadow: 1px 1px 3px 2px #590adc;
  box-shadow:         1px 1px 3px 2px #590adc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590adc


Comments

No comments written yet.

Please login to write comment.