Color Hex Logo

#5f36ad Color Hex

#5F36AD
(95,54,173)
0 Favorites   0 Comments

Color spaces of #5f36ad

RGB 9554173
HSL0.720.520.45
HSV261°69°68°
CMYK 0.450.690.00   0.32
XYZ13.58138.088440.3806
Yxy8.08840.21890.1304
Hunter Lab28.440135.4707-64.2746
CIE-Lab34.166345.1651-57.1989

#5f36ad color RGB value is (95,54,173).

#5f36ad hex color red value is 95, green value is 54 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5f36ad hue: 0.72 , saturation: 0.52 and the lightness value of 5f36ad is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 00110110 10101101
Octal 137 66 255
Decimal 95 54 173
Hex 5F 36 AD

RGB Percentages of Color #5f36ad

%29.50
%16.77
%53.73

CMYK Percentages of Color #5f36ad

%45
%69
%0
%32

Triadic Colors of #5f36ad

#5f36ad #ad5f36 #36ad5f

Analogous Colors of #5f36ad

#5f36ad #9b36ad #3649ad

Monochromatic Colors of #5f36ad

#5f36ad

Complementary Color

#5f36ad #84ad36

#5f36ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f36ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f36ad Color CSS Codes

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

#5f36ad Text Font Color

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

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


#5f36ad Background Color

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

This div background color is #5f36ad


#5f36ad Border Color

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

This div border color is #5f36ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,54,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 #5f36ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f36ad


Comments

No comments written yet.

Please login to write comment.