Color Hex Logo

#951676 Color Hex

#951676
(149,22,118)
0 Favorites   0 Comments

Color spaces of #951676

RGB 14922118
HSL0.870.740.34
HSV315°85°58°
CMYK 0.000.850.21   0.42
XYZ15.95148.271417.8953
Yxy8.27140.37870.1964
Hunter Lab28.760048.6727-16.7599
CIE-Lab34.541857.9446-22.4116

#951676 color RGB value is (149,22,118).

#951676 hex color red value is 149, green value is 22 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #951676 hue: 0.87 , saturation: 0.74 and the lightness value of 951676 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010110 01110110
Octal 225 26 166
Decimal 149 22 118
Hex 95 16 76

RGB Percentages of Color #951676

%51.56
%7.61
%40.83

CMYK Percentages of Color #951676

%0
%85
%21
%42

Triadic Colors of #951676

#951676 #769516 #167695

Analogous Colors of #951676

#951676 #951637 #751695

Monochromatic Colors of #951676

#951676

Complementary Color

#951676 #169535

#951676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#951676 Color CSS Codes

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

#951676 Text Font Color

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

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


#951676 Background Color

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

This div background color is #951676


#951676 Border Color

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

This div border color is #951676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951676


Comments

No comments written yet.

Please login to write comment.