Color Hex Logo

#584387 Color Hex

#584387
(88,67,135)
0 Favorites   0 Comments

Color spaces of #584387

RGB 8867135
HSL0.720.340.40
HSV259°50°53°
CMYK 0.350.500.00   0.47
XYZ10.40487.838323.8862
Yxy7.83830.24700.1861
Hunter Lab27.997017.3431-30.9866
CIE-Lab33.643825.2036-35.0289

#584387 color RGB value is (88,67,135).

#584387 hex color red value is 88, green value is 67 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #584387 hue: 0.72 , saturation: 0.34 and the lightness value of 584387 is 0.40.

The process color (four color CMYK) of #584387 color hex is 0.35, 0.50, 0.00, 0.47. Web safe color of #584387 is #663399. Color #584387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000011 10000111
Octal 130 103 207
Decimal 88 67 135
Hex 58 43 87

RGB Percentages of Color #584387

%30.34
%23.10
%46.55

CMYK Percentages of Color #584387

%35
%50
%0
%47

Triadic Colors of #584387

#584387 #875843 #438758

Analogous Colors of #584387

#584387 #7a4387 #435087

Monochromatic Colors of #584387

#584387

Complementary Color

#584387 #728743

#584387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584387 Color CSS Codes

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

#584387 Text Font Color

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

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


#584387 Background Color

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

This div background color is #584387


#584387 Border Color

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

This div border color is #584387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584387


Comments

No comments written yet.

Please login to write comment.