Color Hex Logo

#5f0e7d Color Hex

#5F0E7D
(95,14,125)
0 Favorites   0 Comments

Color spaces of #5f0e7d

RGB 9514125
HSL0.790.800.27
HSV284°89°49°
CMYK 0.240.890.00   0.51
XYZ8.57804.227619.7659
Yxy4.22760.26340.1298
Hunter Lab20.561138.4873-42.6041
CIE-Lab24.410050.0964-43.5716

#5f0e7d color RGB value is (95,14,125).

#5f0e7d hex color red value is 95, green value is 14 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #5f0e7d hue: 0.79 , saturation: 0.80 and the lightness value of 5f0e7d is 0.27.

The process color (four color CMYK) of #5f0e7d color hex is 0.24, 0.89, 0.00, 0.51. Web safe color of #5f0e7d is #660066. Color #5f0e7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00001110 01111101
Octal 137 16 175
Decimal 95 14 125
Hex 5F E 7D

RGB Percentages of Color #5f0e7d

%40.60
%5.98
%53.42

CMYK Percentages of Color #5f0e7d

%24
%89
%0
%51

Triadic Colors of #5f0e7d

#5f0e7d #7d5f0e #0e7d5f

Analogous Colors of #5f0e7d

#5f0e7d #7d0e63 #280e7d

Monochromatic Colors of #5f0e7d

#5f0e7d

Complementary Color

#5f0e7d #2c7d0e

#5f0e7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f0e7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f0e7d Color CSS Codes

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

#5f0e7d Text Font Color

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

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


#5f0e7d Background Color

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

This div background color is #5f0e7d


#5f0e7d Border Color

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

This div border color is #5f0e7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f0e7d


Comments

No comments written yet.

Please login to write comment.