Color Hex Logo

#950491 Color Hex

#950491
(149,4,145)
0 Favorites   0 Comments

Color spaces of #950491

RGB 1494145
HSL0.840.950.30
HSV302°97°58°
CMYK 0.000.970.03   0.42
XYZ17.54878.520727.5078
Yxy8.52070.32750.1590
Hunter Lab29.190256.2284-35.4395
CIE-Lab35.044664.6920-38.4255

#950491 color RGB value is (149,4,145).

#950491 hex color red value is 149, green value is 4 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #950491 hue: 0.84 , saturation: 0.95 and the lightness value of 950491 is 0.30.

The process color (four color CMYK) of #950491 color hex is 0.00, 0.97, 0.03, 0.42. Web safe color of #950491 is #990099. Color #950491 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000100 10010001
Octal 225 4 221
Decimal 149 4 145
Hex 95 4 91

RGB Percentages of Color #950491

%50.00
%1.34
%48.66

CMYK Percentages of Color #950491

%0
%97
%3
%42

Triadic Colors of #950491

#950491 #919504 #049195

Analogous Colors of #950491

#950491 #950449 #510495

Monochromatic Colors of #950491

#950491

Complementary Color

#950491 #049508

#950491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950491 Color CSS Codes

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

#950491 Text Font Color

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

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


#950491 Background Color

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

This div background color is #950491


#950491 Border Color

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

This div border color is #950491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950491


Comments

No comments written yet.

Please login to write comment.