Color Hex Logo

#5f4261 Color Hex

#5F4261
(95,66,97)
0 Favorites   0 Comments

Color spaces of #5f4261

RGB 956697
HSL0.820.190.32
HSV296°32°38°
CMYK 0.020.320.00   0.62
XYZ8.82527.192412.2324
Yxy7.19240.31240.2546
Hunter Lab26.818711.8063-8.2700
CIE-Lab32.241018.4765-13.3304

#5f4261 color RGB value is (95,66,97).

#5f4261 hex color red value is 95, green value is 66 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #5f4261 hue: 0.82 , saturation: 0.19 and the lightness value of 5f4261 is 0.32.

The process color (four color CMYK) of #5f4261 color hex is 0.02, 0.32, 0.00, 0.62. Web safe color of #5f4261 is #663366. Color #5f4261 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01000010 01100001
Octal 137 102 141
Decimal 95 66 97
Hex 5F 42 61

RGB Percentages of Color #5f4261

%36.82
%25.58
%37.60

CMYK Percentages of Color #5f4261

%2
%32
%0
%62

Triadic Colors of #5f4261

#5f4261 #615f42 #42615f

Analogous Colors of #5f4261

#5f4261 #614254 #504261

Monochromatic Colors of #5f4261

#5f4261

Complementary Color

#5f4261 #446142

#5f4261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f4261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f4261 Color CSS Codes

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

#5f4261 Text Font Color

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

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


#5f4261 Background Color

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

This div background color is #5f4261


#5f4261 Border Color

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

This div border color is #5f4261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f4261


Comments

No comments written yet.

Please login to write comment.