Color Hex Logo

#5f215d Color Hex

#5F215D
(95,33,93)
0 Favorites   0 Comments

Color spaces of #5f215d

RGB 953393
HSL0.840.480.25
HSV302°65°37°
CMYK 0.000.650.02   0.63
XYZ7.23904.310910.8065
Yxy4.31090.32380.1928
Hunter Lab20.762725.9000-16.3252
CIE-Lab24.673736.6241-22.4716

#5f215d color RGB value is (95,33,93).

#5f215d hex color red value is 95, green value is 33 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #5f215d hue: 0.84 , saturation: 0.48 and the lightness value of 5f215d is 0.25.

The process color (four color CMYK) of #5f215d color hex is 0.00, 0.65, 0.02, 0.63. Web safe color of #5f215d is #663366. Color #5f215d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00100001 01011101
Octal 137 41 135
Decimal 95 33 93
Hex 5F 21 5D

RGB Percentages of Color #5f215d

%42.99
%14.93
%42.08

CMYK Percentages of Color #5f215d

%0
%65
%2
%63

Triadic Colors of #5f215d

#5f215d #5d5f21 #215d5f

Analogous Colors of #5f215d

#5f215d #5f213e #42215f

Monochromatic Colors of #5f215d

#5f215d

Complementary Color

#5f215d #215f23

#5f215d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f215d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f215d Color CSS Codes

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

#5f215d Text Font Color

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

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


#5f215d Background Color

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

This div background color is #5f215d


#5f215d Border Color

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

This div border color is #5f215d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,33,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f215d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f215d;
  -webkit-box-shadow: 1px 1px 3px 2px #5f215d;
  box-shadow:         1px 1px 3px 2px #5f215d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,33,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f215d


Comments

No comments written yet.

Please login to write comment.