Color Hex Logo

#5f1dad Color Hex

#5F1DAD
(95,29,173)
0 Favorites   0 Comments

Color spaces of #5f1dad

RGB 9529173
HSL0.740.710.40
HSV268°83°68°
CMYK 0.450.830.00   0.32
XYZ12.70156.328840.0873
Yxy6.32880.21490.1071
Hunter Lab25.157146.0974-76.8673
CIE-Lab30.227356.3727-63.6416

#5f1dad color RGB value is (95,29,173).

#5f1dad hex color red value is 95, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5f1dad hue: 0.74 , saturation: 0.71 and the lightness value of 5f1dad is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 00011101 10101101
Octal 137 35 255
Decimal 95 29 173
Hex 5F 1D AD

RGB Percentages of Color #5f1dad

%31.99
%9.76
%58.25

CMYK Percentages of Color #5f1dad

%45
%83
%0
%32

Triadic Colors of #5f1dad

#5f1dad #ad5f1d #1dad5f

Analogous Colors of #5f1dad

#5f1dad #a71dad #1d23ad

Monochromatic Colors of #5f1dad

#5f1dad

Complementary Color

#5f1dad #6bad1d

#5f1dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f1dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f1dad Color CSS Codes

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

#5f1dad Text Font Color

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

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


#5f1dad Background Color

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

This div background color is #5f1dad


#5f1dad Border Color

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

This div border color is #5f1dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f1dad


Comments

No comments written yet.

Please login to write comment.