Color Hex Logo

#950291 Color Hex

#950291
(149,2,145)
0 Favorites   0 Comments

Color spaces of #950291

RGB 1492145
HSL0.840.970.30
HSV302°99°58°
CMYK 0.000.990.03   0.42
XYZ17.52708.477327.5006
Yxy8.47730.32760.1584
Hunter Lab29.115856.5000-35.6198
CIE-Lab34.957864.9488-38.5642

#950291 color RGB value is (149,2,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000010 10010001
Octal 225 2 221
Decimal 149 2 145
Hex 95 2 91

RGB Percentages of Color #950291

%50.34
%0.68
%48.99

CMYK Percentages of Color #950291

%0
%99
%3
%42

Triadic Colors of #950291

#950291 #919502 #029195

Analogous Colors of #950291

#950291 #950248 #500295

Monochromatic Colors of #950291

#950291

Complementary Color

#950291 #029506

#950291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950291 Color CSS Codes

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

#950291 Text Font Color

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

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


#950291 Background Color

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

This div background color is #950291


#950291 Border Color

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

This div border color is #950291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950291


Comments

No comments written yet.

Please login to write comment.