Color Hex Logo

#584dca Color Hex

#584DCA
(88,77,202)
0 Favorites   0 Comments

Color spaces of #584dca

RGB 8877202
HSL0.680.540.55
HSV245°62°79°
CMYK 0.560.620.00   0.21
XYZ17.339011.646757.2113
Yxy11.64670.20120.1351
Hunter Lab34.127330.9676-75.5053
CIE-Lab40.649039.3965-63.7171

#584dca color RGB value is (88,77,202).

#584dca hex color red value is 88, green value is 77 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #584dca hue: 0.68 , saturation: 0.54 and the lightness value of 584dca is 0.55.

The process color (four color CMYK) of #584dca color hex is 0.56, 0.62, 0.00, 0.21. Web safe color of #584dca is #6666cc. Color #584dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001101 11001010
Octal 130 115 312
Decimal 88 77 202
Hex 58 4D CA

RGB Percentages of Color #584dca

%23.98
%20.98
%55.04

CMYK Percentages of Color #584dca

%56
%62
%0
%21

Triadic Colors of #584dca

#584dca #ca584d #4dca58

Analogous Colors of #584dca

#584dca #974dca #4d81ca

Monochromatic Colors of #584dca

#584dca

Complementary Color

#584dca #bfca4d

#584dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#584dca Color CSS Codes

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

#584dca Text Font Color

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

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


#584dca Background Color

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

This div background color is #584dca


#584dca Border Color

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

This div border color is #584dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584dca


Comments

No comments written yet.

Please login to write comment.