Color Hex Logo

#941472 Color Hex

#941472
(148,20,114)
0 Favorites   0 Comments

Color spaces of #941472

RGB 14820114
HSL0.880.760.33
HSV316°86°58°
CMYK 0.000.860.23   0.42
XYZ15.50028.011116.6489
Yxy8.01110.38600.1995
Hunter Lab28.303948.2211-15.0628
CIE-Lab34.006057.6290-20.7306

#941472 color RGB value is (148,20,114).

#941472 hex color red value is 148, green value is 20 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #941472 hue: 0.88 , saturation: 0.76 and the lightness value of 941472 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 00010100 01110010
Octal 224 24 162
Decimal 148 20 114
Hex 94 14 72

RGB Percentages of Color #941472

%52.48
%7.09
%40.43

CMYK Percentages of Color #941472

%0
%86
%23
%42

Triadic Colors of #941472

#941472 #729414 #147294

Analogous Colors of #941472

#941472 #941432 #761494

Monochromatic Colors of #941472

#941472

Complementary Color

#941472 #149436

#941472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#941472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#941472 Color CSS Codes

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

#941472 Text Font Color

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

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


#941472 Background Color

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

This div background color is #941472


#941472 Border Color

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

This div border color is #941472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #941472


Comments

No comments written yet.

Please login to write comment.