Color Hex Logo

#584262 Color Hex

#584262
(88,66,98)
0 Favorites   0 Comments

Color spaces of #584262

RGB 886698
HSL0.780.200.32
HSV281°33°38°
CMYK 0.100.330.00   0.62
XYZ8.17736.853012.4470
Yxy6.85300.29760.2494
Hunter Lab26.17829.9462-9.8659
CIE-Lab31.469916.1180-15.2209

#584262 color RGB value is (88,66,98).

#584262 hex color red value is 88, green value is 66 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #584262 hue: 0.78 , saturation: 0.20 and the lightness value of 584262 is 0.32.

The process color (four color CMYK) of #584262 color hex is 0.10, 0.33, 0.00, 0.62. Web safe color of #584262 is #663366. Color #584262 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000010 01100010
Octal 130 102 142
Decimal 88 66 98
Hex 58 42 62

RGB Percentages of Color #584262

%34.92
%26.19
%38.89

CMYK Percentages of Color #584262

%10
%33
%0
%62

Triadic Colors of #584262

#584262 #625842 #426258

Analogous Colors of #584262

#584262 #62425c #484262

Monochromatic Colors of #584262

#584262

Complementary Color

#584262 #4c6242

#584262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584262 Color CSS Codes

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

#584262 Text Font Color

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

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


#584262 Background Color

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

This div background color is #584262


#584262 Border Color

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

This div border color is #584262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584262


Comments

No comments written yet.

Please login to write comment.