Color Hex Logo

#584afd Color Hex

#584AFD
(88,74,253)
0 Favorites   0 Comments

Color spaces of #584afd

RGB 8874253
HSL0.680.980.64
HSV245°71°99°
CMYK 0.650.710.00   0.01
XYZ24.202914.064194.3675
Yxy14.06410.18250.1060
Hunter Lab37.502149.5705-122.9413
CIE-Lab44.324756.8972-86.6773

#584afd color RGB value is (88,74,253).

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

The process color (four color CMYK) of #584afd color hex is 0.65, 0.71, 0.00, 0.01. Web safe color of #584afd is #6633ff. Color #584afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001010 11111101
Octal 130 112 375
Decimal 88 74 253
Hex 58 4A FD

RGB Percentages of Color #584afd

%21.20
%17.83
%60.96

CMYK Percentages of Color #584afd

%65
%71
%0
%1

Triadic Colors of #584afd

#584afd #fd584a #4afd58

Analogous Colors of #584afd

#584afd #b24afd #4a96fd

Monochromatic Colors of #584afd

#584afd

Complementary Color

#584afd #effd4a

#584afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#584afd Color CSS Codes

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

#584afd Text Font Color

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

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


#584afd Background Color

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

This div background color is #584afd


#584afd Border Color

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

This div border color is #584afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584afd


Comments

No comments written yet.

Please login to write comment.