Color Hex Logo

#5f1288 Color Hex

#5F1288
(95,18,136)
0 Favorites   0 Comments

Color spaces of #5f1288

RGB 9518136
HSL0.780.770.30
HSV279°87°53°
CMYK 0.300.870.00   0.47
XYZ9.37964.643123.6944
Yxy4.64310.24870.1231
Hunter Lab21.547939.9908-50.1128
CIE-Lab25.692851.3466-48.4140

#5f1288 color RGB value is (95,18,136).

#5f1288 hex color red value is 95, green value is 18 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #5f1288 hue: 0.78 , saturation: 0.77 and the lightness value of 5f1288 is 0.30.

The process color (four color CMYK) of #5f1288 color hex is 0.30, 0.87, 0.00, 0.47. Web safe color of #5f1288 is #660099. Color #5f1288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00010010 10001000
Octal 137 22 210
Decimal 95 18 136
Hex 5F 12 88

RGB Percentages of Color #5f1288

%38.15
%7.23
%54.62

CMYK Percentages of Color #5f1288

%30
%87
%0
%47

Triadic Colors of #5f1288

#5f1288 #885f12 #12885f

Analogous Colors of #5f1288

#5f1288 #881276 #241288

Monochromatic Colors of #5f1288

#5f1288

Complementary Color

#5f1288 #3b8812

#5f1288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f1288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f1288 Color CSS Codes

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

#5f1288 Text Font Color

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

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


#5f1288 Background Color

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

This div background color is #5f1288


#5f1288 Border Color

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

This div border color is #5f1288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f1288


Comments

No comments written yet.

Please login to write comment.