Color Hex Logo

#950f81 Color Hex

#950F81
(149,15,129)
0 Favorites   0 Comments

Color spaces of #950f81

RGB 14915129
HSL0.860.820.32
HSV309°90°58°
CMYK 0.000.900.13   0.42
XYZ16.52778.316221.5030
Yxy8.31620.35660.1794
Hunter Lab28.837851.8368-24.0233
CIE-Lab34.632960.8342-29.1707

#950f81 color RGB value is (149,15,129).

#950f81 hex color red value is 149, green value is 15 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #950f81 hue: 0.86 , saturation: 0.82 and the lightness value of 950f81 is 0.32.

The process color (four color CMYK) of #950f81 color hex is 0.00, 0.90, 0.13, 0.42. Web safe color of #950f81 is #990099. Color #950f81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001111 10000001
Octal 225 17 201
Decimal 149 15 129
Hex 95 F 81

RGB Percentages of Color #950f81

%50.85
%5.12
%44.03

CMYK Percentages of Color #950f81

%0
%90
%13
%42

Triadic Colors of #950f81

#950f81 #81950f #0f8195

Analogous Colors of #950f81

#950f81 #950f3e #660f95

Monochromatic Colors of #950f81

#950f81

Complementary Color

#950f81 #0f9523

#950f81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950f81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950f81 Color CSS Codes

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

#950f81 Text Font Color

<p style="color:#950f81">Text here</p>

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


#950f81 Background Color

<div style="background-color:#950f81">
Div content here</div>

This div background color is #950f81


#950f81 Border Color

<div style="border:3px solid #950f81">
Div here</div>

This div border color is #950f81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,15,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #950f81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #950f81;
  -webkit-box-shadow: 1px 1px 3px 2px #950f81;
  box-shadow:         1px 1px 3px 2px #950f81; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,15,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950f81


Comments

No comments written yet.

Please login to write comment.