Color Hex Logo

#950466 Color Hex

#950466
(149,4,102)
0 Favorites   0 Comments

Color spaces of #950466

RGB 1494102
HSL0.890.950.30
HSV319°97°58°
CMYK 0.000.970.32   0.42
XYZ14.83617.435713.2237
Yxy7.43570.41800.2095
Hunter Lab27.268549.3976-9.6644
CIE-Lab32.778958.9598-14.9423

#950466 color RGB value is (149,4,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000100 01100110
Octal 225 4 146
Decimal 149 4 102
Hex 95 4 66

RGB Percentages of Color #950466

%58.43
%1.57
%40.00

CMYK Percentages of Color #950466

%0
%97
%32
%42

Triadic Colors of #950466

#950466 #669504 #046695

Analogous Colors of #950466

#950466 #95041d #7c0495

Monochromatic Colors of #950466

#950466

Complementary Color

#950466 #049533

#950466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950466 Color CSS Codes

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

#950466 Text Font Color

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

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


#950466 Background Color

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

This div background color is #950466


#950466 Border Color

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

This div border color is #950466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950466


Comments

No comments written yet.

Please login to write comment.