Color Hex Logo

#5f426b Color Hex

#5F426B
(95,66,107)
0 Favorites   0 Comments

Color spaces of #5f426b

RGB 9566107
HSL0.780.240.34
HSV282°38°42°
CMYK 0.110.380.00   0.58
XYZ9.32147.390914.8452
Yxy7.39090.29540.2342
Hunter Lab27.186213.6268-13.3453
CIE-Lab32.680720.7471-19.0048

#5f426b color RGB value is (95,66,107).

#5f426b hex color red value is 95, green value is 66 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #5f426b hue: 0.78 , saturation: 0.24 and the lightness value of 5f426b is 0.34.

The process color (four color CMYK) of #5f426b color hex is 0.11, 0.38, 0.00, 0.58. Web safe color of #5f426b is #663366. Color #5f426b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01000010 01101011
Octal 137 102 153
Decimal 95 66 107
Hex 5F 42 6B

RGB Percentages of Color #5f426b

%35.45
%24.63
%39.93

CMYK Percentages of Color #5f426b

%11
%38
%0
%58

Triadic Colors of #5f426b

#5f426b #6b5f42 #426b5f

Analogous Colors of #5f426b

#5f426b #6b4263 #4b426b

Monochromatic Colors of #5f426b

#5f426b

Complementary Color

#5f426b #4e6b42

#5f426b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f426b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f426b Color CSS Codes

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

#5f426b Text Font Color

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

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


#5f426b Background Color

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

This div background color is #5f426b


#5f426b Border Color

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

This div border color is #5f426b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f426b


Comments

No comments written yet.

Please login to write comment.