Color Hex Logo

#951381 Color Hex

#951381
(149,19,129)
0 Favorites   0 Comments

Color spaces of #951381

RGB 14919129
HSL0.860.770.33
HSV309°87°58°
CMYK 0.000.870.13   0.42
XYZ16.58978.440321.5236
Yxy8.44030.35640.1813
Hunter Lab29.052251.0877-23.5890
CIE-Lab34.883560.1025-28.7758

#951381 color RGB value is (149,19,129).

#951381 hex color red value is 149, green value is 19 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #951381 hue: 0.86 , saturation: 0.77 and the lightness value of 951381 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010011 10000001
Octal 225 23 201
Decimal 149 19 129
Hex 95 13 81

RGB Percentages of Color #951381

%50.17
%6.40
%43.43

CMYK Percentages of Color #951381

%0
%87
%13
%42

Triadic Colors of #951381

#951381 #819513 #138195

Analogous Colors of #951381

#951381 #951340 #681395

Monochromatic Colors of #951381

#951381

Complementary Color

#951381 #139527

#951381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#951381 Color CSS Codes

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

#951381 Text Font Color

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

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


#951381 Background Color

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

This div background color is #951381


#951381 Border Color

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

This div border color is #951381


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,19,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 #951381">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951381


Comments

No comments written yet.

Please login to write comment.