Color Hex Logo

#942976 Color Hex

#942976
(148,41,118)
0 Favorites   0 Comments

Color spaces of #942976

RGB 14841118
HSL0.880.570.37
HSV317°72°58°
CMYK 0.000.720.20   0.42
XYZ16.27579.189818.0555
Yxy9.18980.37400.2112
Hunter Lab30.314742.7845-14.0930
CIE-Lab36.347252.0195-19.6248

#942976 color RGB value is (148,41,118).

#942976 hex color red value is 148, green value is 41 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #942976 hue: 0.88 , saturation: 0.57 and the lightness value of 942976 is 0.37.

The process color (four color CMYK) of #942976 color hex is 0.00, 0.72, 0.20, 0.42. Web safe color of #942976 is #993366. Color #942976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00101001 01110110
Octal 224 51 166
Decimal 148 41 118
Hex 94 29 76

RGB Percentages of Color #942976

%48.21
%13.36
%38.44

CMYK Percentages of Color #942976

%0
%72
%20
%42

Triadic Colors of #942976

#942976 #769429 #297694

Analogous Colors of #942976

#942976 #942940 #7d2994

Monochromatic Colors of #942976

#942976

Complementary Color

#942976 #299447

#942976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#942976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#942976 Color CSS Codes

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

#942976 Text Font Color

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

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


#942976 Background Color

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

This div background color is #942976


#942976 Border Color

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

This div border color is #942976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #942976


Comments

No comments written yet.

Please login to write comment.