Color Hex Logo

#581348 Color Hex

#581348
(88,19,72)
0 Favorites   0 Comments

Color spaces of #581348

RGB 881972
HSL0.870.640.21
HSV314°78°35°
CMYK 0.000.780.18   0.65
XYZ5.42713.00836.4255
Yxy3.00830.36520.2024
Hunter Lab17.344525.5001-9.8237
CIE-Lab20.077137.0318-15.6637

#581348 color RGB value is (88,19,72).

#581348 hex color red value is 88, green value is 19 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #581348 hue: 0.87 , saturation: 0.64 and the lightness value of 581348 is 0.21.

The process color (four color CMYK) of #581348 color hex is 0.00, 0.78, 0.18, 0.65. Web safe color of #581348 is #660033. Color #581348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010011 01001000
Octal 130 23 110
Decimal 88 19 72
Hex 58 13 48

RGB Percentages of Color #581348

%49.16
%10.61
%40.22

CMYK Percentages of Color #581348

%0
%78
%18
%65

Triadic Colors of #581348

#581348 #485813 #134858

Analogous Colors of #581348

#581348 #581326 #461358

Monochromatic Colors of #581348

#581348

Complementary Color

#581348 #135823

#581348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581348 Color CSS Codes

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

#581348 Text Font Color

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

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


#581348 Background Color

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

This div background color is #581348


#581348 Border Color

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

This div border color is #581348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581348


Comments

No comments written yet.

Please login to write comment.