Color Hex Logo

#584adc Color Hex

#584ADC
(88,74,220)
0 Favorites   0 Comments

Color spaces of #584adc

RGB 8874220
HSL0.680.680.58
HSV246°66°86°
CMYK 0.600.660.00   0.14
XYZ19.391512.139669.0313
Yxy12.13960.19280.1207
Hunter Lab34.841938.3720-93.0802
CIE-Lab41.437146.7741-72.7845

#584adc color RGB value is (88,74,220).

#584adc hex color red value is 88, green value is 74 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #584adc hue: 0.68 , saturation: 0.68 and the lightness value of 584adc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001010 11011100
Octal 130 112 334
Decimal 88 74 220
Hex 58 4A DC

RGB Percentages of Color #584adc

%23.04
%19.37
%57.59

CMYK Percentages of Color #584adc

%60
%66
%0
%14

Triadic Colors of #584adc

#584adc #dc584a #4adc58

Analogous Colors of #584adc

#584adc #a14adc #4a85dc

Monochromatic Colors of #584adc

#584adc

Complementary Color

#584adc #cedc4a

#584adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#584adc Color CSS Codes

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

#584adc Text Font Color

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

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


#584adc Background Color

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

This div background color is #584adc


#584adc Border Color

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

This div border color is #584adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584adc


Comments

No comments written yet.

Please login to write comment.