Color Hex Logo

#584174 Color Hex

#584174
(88,65,116)
0 Favorites   0 Comments

Color spaces of #584174

RGB 8865116
HSL0.740.280.35
HSV267°44°45°
CMYK 0.240.440.00   0.55
XYZ9.06727.116317.4187
Yxy7.11630.26980.2118
Hunter Lab26.676413.9877-20.0407
CIE-Lab32.070221.2633-25.6917

#584174 color RGB value is (88,65,116).

#584174 hex color red value is 88, green value is 65 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #584174 hue: 0.74 , saturation: 0.28 and the lightness value of 584174 is 0.35.

The process color (four color CMYK) of #584174 color hex is 0.24, 0.44, 0.00, 0.55. Web safe color of #584174 is #663366. Color #584174 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000001 01110100
Octal 130 101 164
Decimal 88 65 116
Hex 58 41 74

RGB Percentages of Color #584174

%32.71
%24.16
%43.12

CMYK Percentages of Color #584174

%24
%44
%0
%55

Triadic Colors of #584174

#584174 #745841 #417458

Analogous Colors of #584174

#584174 #724174 #414474

Monochromatic Colors of #584174

#584174

Complementary Color

#584174 #5d7441

#584174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584174 Color CSS Codes

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

#584174 Text Font Color

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

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


#584174 Background Color

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

This div background color is #584174


#584174 Border Color

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

This div border color is #584174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584174


Comments

No comments written yet.

Please login to write comment.