Color Hex Logo

#5f3885 Color Hex

#5F3885
(95,56,133)
0 Favorites   0 Comments

Color spaces of #5f3885

RGB 9556133
HSL0.750.410.37
HSV270°58°52°
CMYK 0.290.580.00   0.48
XYZ10.36716.954722.9863
Yxy6.95470.25720.1725
Hunter Lab26.371824.0202-33.2184
CIE-Lab31.703633.2776-36.8400

#5f3885 color RGB value is (95,56,133).

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

The process color (four color CMYK) of #5f3885 color hex is 0.29, 0.58, 0.00, 0.48. Web safe color of #5f3885 is #663399. Color #5f3885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00111000 10000101
Octal 137 70 205
Decimal 95 56 133
Hex 5F 38 85

RGB Percentages of Color #5f3885

%33.45
%19.72
%46.83

CMYK Percentages of Color #5f3885

%29
%58
%0
%48

Triadic Colors of #5f3885

#5f3885 #855f38 #38855f

Analogous Colors of #5f3885

#5f3885 #853885 #393885

Monochromatic Colors of #5f3885

#5f3885

Complementary Color

#5f3885 #5e8538

#5f3885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f3885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f3885 Color CSS Codes

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

#5f3885 Text Font Color

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

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


#5f3885 Background Color

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

This div background color is #5f3885


#5f3885 Border Color

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

This div border color is #5f3885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f3885


Comments

No comments written yet.

Please login to write comment.