Color Hex Logo

#582adc Color Hex

#582ADC
(88,42,220)
0 Favorites   0 Comments

Color spaces of #582adc

RGB 8842220
HSL0.710.720.51
HSV256°81°86°
CMYK 0.600.810.00   0.14
XYZ17.77078.897968.4910
Yxy8.89790.18670.0935
Hunter Lab29.829354.1392-115.2549
CIE-Lab35.787062.6877-82.0767

#582adc color RGB value is (88,42,220).

#582adc hex color red value is 88, green value is 42 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #582adc hue: 0.71 , saturation: 0.72 and the lightness value of 582adc is 0.51.

The process color (four color CMYK) of #582adc color hex is 0.60, 0.81, 0.00, 0.14. Web safe color of #582adc is #6633cc. Color #582adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101010 11011100
Octal 130 52 334
Decimal 88 42 220
Hex 58 2A DC

RGB Percentages of Color #582adc

%25.14
%12.00
%62.86

CMYK Percentages of Color #582adc

%60
%81
%0
%14

Triadic Colors of #582adc

#582adc #dc582a #2adc58

Analogous Colors of #582adc

#582adc #b12adc #2a55dc

Monochromatic Colors of #582adc

#582adc

Complementary Color

#582adc #aedc2a

#582adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#582adc Color CSS Codes

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

#582adc Text Font Color

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

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


#582adc Background Color

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

This div background color is #582adc


#582adc Border Color

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

This div border color is #582adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,42,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 #582adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582adc


Comments

No comments written yet.

Please login to write comment.