Color Hex Logo

#584394 Color Hex

#584394
(88,67,148)
0 Favorites   0 Comments

Color spaces of #584394

RGB 8867148
HSL0.710.380.42
HSV256°55°58°
CMYK 0.410.550.00   0.42
XYZ11.37708.227129.0053
Yxy8.22710.23400.1692
Hunter Lab28.682920.6064-39.8783
CIE-Lab34.451428.9515-41.7021

#584394 color RGB value is (88,67,148).

#584394 hex color red value is 88, green value is 67 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #584394 hue: 0.71 , saturation: 0.38 and the lightness value of 584394 is 0.42.

The process color (four color CMYK) of #584394 color hex is 0.41, 0.55, 0.00, 0.42. Web safe color of #584394 is #663399. Color #584394 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000011 10010100
Octal 130 103 224
Decimal 88 67 148
Hex 58 43 94

RGB Percentages of Color #584394

%29.04
%22.11
%48.84

CMYK Percentages of Color #584394

%41
%55
%0
%42

Triadic Colors of #584394

#584394 #945843 #439458

Analogous Colors of #584394

#584394 #814394 #435794

Monochromatic Colors of #584394

#584394

Complementary Color

#584394 #7f9443

#584394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584394 Color CSS Codes

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

#584394 Text Font Color

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

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


#584394 Background Color

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

This div background color is #584394


#584394 Border Color

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

This div border color is #584394


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,67,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #584394; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #584394;
  -webkit-box-shadow: 1px 1px 3px 2px #584394;
  box-shadow:         1px 1px 3px 2px #584394; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584394


Comments

No comments written yet.

Please login to write comment.