Color Hex Logo

#94488d Color Hex

#94488D
(148,72,141)
0 Favorites   0 Comments

Color spaces of #94488d

RGB 14872141
HSL0.850.350.43
HSV306°51°58°
CMYK 0.000.510.05   0.42
XYZ19.337812.853726.6611
Yxy12.85370.32860.2184
Hunter Lab35.852133.5378-18.9941
CIE-Lab42.542041.7399-24.1882

#94488d color RGB value is (148,72,141).

#94488d hex color red value is 148, green value is 72 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #94488d hue: 0.85 , saturation: 0.35 and the lightness value of 94488d is 0.43.

The process color (four color CMYK) of #94488d color hex is 0.00, 0.51, 0.05, 0.42. Web safe color of #94488d is #993399. Color #94488d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01001000 10001101
Octal 224 110 215
Decimal 148 72 141
Hex 94 48 8D

RGB Percentages of Color #94488d

%41.00
%19.94
%39.06

CMYK Percentages of Color #94488d

%0
%51
%5
%42

Triadic Colors of #94488d

#94488d #8d9448 #488d94

Analogous Colors of #94488d

#94488d #944867 #754894

Monochromatic Colors of #94488d

#94488d

Complementary Color

#94488d #48944f

#94488d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94488d Color Preview on White Background

Lorem ipsum dolor sit amet.

#94488d Color CSS Codes

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

#94488d Text Font Color

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

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


#94488d Background Color

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

This div background color is #94488d


#94488d Border Color

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

This div border color is #94488d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,72,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94488d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94488d;
  -webkit-box-shadow: 1px 1px 3px 2px #94488d;
  box-shadow:         1px 1px 3px 2px #94488d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94488d


Comments

No comments written yet.

Please login to write comment.