Color Hex Logo

#950674 Color Hex

#950674
(149,6,116)
0 Favorites   0 Comments

Color spaces of #950674

RGB 1496116
HSL0.870.920.30
HSV314°96°58°
CMYK 0.000.960.22   0.42
XYZ15.61197.780817.2020
Yxy7.78080.38460.1917
Hunter Lab27.894151.0891-17.0377
CIE-Lab33.522160.3692-22.7362

#950674 color RGB value is (149,6,116).

#950674 hex color red value is 149, green value is 6 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #950674 hue: 0.87 , saturation: 0.92 and the lightness value of 950674 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000110 01110100
Octal 225 6 164
Decimal 149 6 116
Hex 95 6 74

RGB Percentages of Color #950674

%54.98
%2.21
%42.80

CMYK Percentages of Color #950674

%0
%96
%22
%42

Triadic Colors of #950674

#950674 #749506 #067495

Analogous Colors of #950674

#950674 #95062d #6f0695

Monochromatic Colors of #950674

#950674

Complementary Color

#950674 #069527

#950674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950674 Color CSS Codes

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

#950674 Text Font Color

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

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


#950674 Background Color

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

This div background color is #950674


#950674 Border Color

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

This div border color is #950674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950674


Comments

No comments written yet.

Please login to write comment.