Color Hex Logo

#950456 Color Hex

#950456
(149,4,86)
0 Favorites   0 Comments

Color spaces of #950456

RGB 149486
HSL0.910.950.30
HSV326°97°58°
CMYK 0.000.970.42   0.42
XYZ14.11767.14839.4398
Yxy7.14830.45980.2328
Hunter Lab26.736347.4650-2.2181
CIE-Lab32.142257.2863-5.5141

#950456 color RGB value is (149,4,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000100 01010110
Octal 225 4 126
Decimal 149 4 86
Hex 95 4 56

RGB Percentages of Color #950456

%62.34
%1.67
%35.98

CMYK Percentages of Color #950456

%0
%97
%42
%42

Triadic Colors of #950456

#950456 #569504 #045695

Analogous Colors of #950456

#950456 #95040e #8c0495

Monochromatic Colors of #950456

#950456

Complementary Color

#950456 #049543

#950456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950456 Color CSS Codes

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

#950456 Text Font Color

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

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


#950456 Background Color

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

This div background color is #950456


#950456 Border Color

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

This div border color is #950456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950456


Comments

No comments written yet.

Please login to write comment.