Color Hex Logo

#5f338b Color Hex

#5F338B
(95,51,139)
0 Favorites   0 Comments

Color spaces of #5f338b

RGB 9551139
HSL0.750.460.37
HSV270°63°55°
CMYK 0.320.630.00   0.45
XYZ10.56336.664625.1557
Yxy6.66460.24920.1572
Hunter Lab25.815927.8605-39.7027
CIE-Lab31.030837.6749-41.6343

#5f338b color RGB value is (95,51,139).

#5f338b hex color red value is 95, green value is 51 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #5f338b hue: 0.75 , saturation: 0.46 and the lightness value of 5f338b is 0.37.

The process color (four color CMYK) of #5f338b color hex is 0.32, 0.63, 0.00, 0.45. Web safe color of #5f338b is #663399. Color #5f338b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00110011 10001011
Octal 137 63 213
Decimal 95 51 139
Hex 5F 33 8B

RGB Percentages of Color #5f338b

%33.33
%17.89
%48.77

CMYK Percentages of Color #5f338b

%32
%63
%0
%45

Triadic Colors of #5f338b

#5f338b #8b5f33 #338b5f

Analogous Colors of #5f338b

#5f338b #8b338b #33338b

Monochromatic Colors of #5f338b

#5f338b

Complementary Color

#5f338b #5f8b33

#5f338b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f338b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f338b Color CSS Codes

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

#5f338b Text Font Color

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

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


#5f338b Background Color

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

This div background color is #5f338b


#5f338b Border Color

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

This div border color is #5f338b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f338b


Comments

No comments written yet.

Please login to write comment.