Color Hex Logo

#3a1f57 Color Hex

#3A1F57
(58,31,87)
0 Favorites   0 Comments

Color spaces of #3a1f57

RGB 583187
HSL0.750.470.23
HSV269°64°34°
CMYK 0.330.640.00   0.66
XYZ3.95522.56769.3040
Yxy2.56760.24990.1622
Hunter Lab16.023716.0183-23.2095
CIE-Lab18.221625.7591-29.0886

#3a1f57 color RGB value is (58,31,87).

#3a1f57 hex color red value is 58, green value is 31 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #3a1f57 hue: 0.75 , saturation: 0.47 and the lightness value of 3a1f57 is 0.23.

The process color (four color CMYK) of #3a1f57 color hex is 0.33, 0.64, 0.00, 0.66. Web safe color of #3a1f57 is #333366. Color #3a1f57 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00011111 01010111
Octal 72 37 127
Decimal 58 31 87
Hex 3A 1F 57

RGB Percentages of Color #3a1f57

%32.95
%17.61
%49.43

CMYK Percentages of Color #3a1f57

%33
%64
%0
%66

Triadic Colors of #3a1f57

#3a1f57 #573a1f #1f573a

Analogous Colors of #3a1f57

#3a1f57 #561f57 #1f2057

Monochromatic Colors of #3a1f57

#3a1f57

Complementary Color

#3a1f57 #3c571f

#3a1f57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a1f57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a1f57 Color CSS Codes

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

#3a1f57 Text Font Color

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

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


#3a1f57 Background Color

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

This div background color is #3a1f57


#3a1f57 Border Color

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

This div border color is #3a1f57


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,31,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a1f57; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a1f57;
  -webkit-box-shadow: 1px 1px 3px 2px #3a1f57;
  box-shadow:         1px 1px 3px 2px #3a1f57; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,31,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a1f57


Comments

No comments written yet.

Please login to write comment.