Color Hex Logo

#5f2bad Color Hex

#5F2BAD
(95,43,173)
0 Favorites   0 Comments

Color spaces of #5f2bad

RGB 9543173
HSL0.730.600.42
HSV264°75°68°
CMYK 0.450.750.00   0.32
XYZ13.12607.177840.2288
Yxy7.17780.21680.1186
Hunter Lab26.791440.5681-70.2732
CIE-Lab32.208350.6505-60.3945

#5f2bad color RGB value is (95,43,173).

#5f2bad hex color red value is 95, green value is 43 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5f2bad hue: 0.73 , saturation: 0.60 and the lightness value of 5f2bad is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 00101011 10101101
Octal 137 53 255
Decimal 95 43 173
Hex 5F 2B AD

RGB Percentages of Color #5f2bad

%30.55
%13.83
%55.63

CMYK Percentages of Color #5f2bad

%45
%75
%0
%32

Triadic Colors of #5f2bad

#5f2bad #ad5f2b #2bad5f

Analogous Colors of #5f2bad

#5f2bad #a02bad #2b38ad

Monochromatic Colors of #5f2bad

#5f2bad

Complementary Color

#5f2bad #79ad2b

#5f2bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f2bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f2bad Color CSS Codes

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

#5f2bad Text Font Color

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

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


#5f2bad Background Color

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

This div background color is #5f2bad


#5f2bad Border Color

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

This div border color is #5f2bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f2bad


Comments

No comments written yet.

Please login to write comment.