Color Hex Logo

#5b427a Color Hex

#5B427A
(91,66,122)
0 Favorites   0 Comments

Color spaces of #5b427a

RGB 9166122
HSL0.740.300.37
HSV267°46°48°
CMYK 0.250.460.00   0.52
XYZ9.77557.525719.3497
Yxy7.52570.26670.2053
Hunter Lab27.433015.5991-22.6167
CIE-Lab32.974923.1642-28.0041

#5b427a color RGB value is (91,66,122).

#5b427a hex color red value is 91, green value is 66 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #5b427a hue: 0.74 , saturation: 0.30 and the lightness value of 5b427a is 0.37.

The process color (four color CMYK) of #5b427a color hex is 0.25, 0.46, 0.00, 0.52. Web safe color of #5b427a is #663366. Color #5b427a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01000010 01111010
Octal 133 102 172
Decimal 91 66 122
Hex 5B 42 7A

RGB Percentages of Color #5b427a

%32.62
%23.66
%43.73

CMYK Percentages of Color #5b427a

%25
%46
%0
%52

Triadic Colors of #5b427a

#5b427a #7a5b42 #427a5b

Analogous Colors of #5b427a

#5b427a #77427a #42457a

Monochromatic Colors of #5b427a

#5b427a

Complementary Color

#5b427a #617a42

#5b427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b427a Color CSS Codes

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

#5b427a Text Font Color

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

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


#5b427a Background Color

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

This div background color is #5b427a


#5b427a Border Color

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

This div border color is #5b427a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b427a


Comments

No comments written yet.

Please login to write comment.