Color Hex Logo

#584adf Color Hex

#584ADF
(88,74,223)
0 Favorites   0 Comments

Color spaces of #584adf

RGB 8874223
HSL0.680.700.58
HSV246°67°87°
CMYK 0.610.670.00   0.13
XYZ19.792612.300071.1430
Yxy12.30000.19170.1191
Hunter Lab35.071439.3620-95.7211
CIE-Lab41.689047.7041-74.0846

#584adf color RGB value is (88,74,223).

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

The process color (four color CMYK) of #584adf color hex is 0.61, 0.67, 0.00, 0.13. Web safe color of #584adf is #6633cc. Color #584adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001010 11011111
Octal 130 112 337
Decimal 88 74 223
Hex 58 4A DF

RGB Percentages of Color #584adf

%22.86
%19.22
%57.92

CMYK Percentages of Color #584adf

%61
%67
%0
%13

Triadic Colors of #584adf

#584adf #df584a #4adf58

Analogous Colors of #584adf

#584adf #a34adf #4a87df

Monochromatic Colors of #584adf

#584adf

Complementary Color

#584adf #d1df4a

#584adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#584adf Color CSS Codes

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

#584adf Text Font Color

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

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


#584adf Background Color

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

This div background color is #584adf


#584adf Border Color

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

This div border color is #584adf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,74,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584adf


Comments

No comments written yet.

Please login to write comment.