Color Hex Logo

#94177d Color Hex

#94177D
(148,23,125)
0 Favorites   0 Comments

Color spaces of #94177d

RGB 14823125
HSL0.860.730.34
HSV311°84°58°
CMYK 0.000.840.16   0.42
XYZ16.22088.389420.1664
Yxy8.38940.36230.1874
Hunter Lab28.964549.2765-21.0053
CIE-Lab34.781058.4575-26.4503

#94177d color RGB value is (148,23,125).

#94177d hex color red value is 148, green value is 23 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #94177d hue: 0.86 , saturation: 0.73 and the lightness value of 94177d is 0.34.

The process color (four color CMYK) of #94177d color hex is 0.00, 0.84, 0.16, 0.42. Web safe color of #94177d is #990066. Color #94177d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00010111 01111101
Octal 224 27 175
Decimal 148 23 125
Hex 94 17 7D

RGB Percentages of Color #94177d

%50.00
%7.77
%42.23

CMYK Percentages of Color #94177d

%0
%84
%16
%42

Triadic Colors of #94177d

#94177d #7d9417 #177d94

Analogous Colors of #94177d

#94177d #94173e #6d1794

Monochromatic Colors of #94177d

#94177d

Complementary Color

#94177d #17942e

#94177d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94177d Color Preview on White Background

Lorem ipsum dolor sit amet.

#94177d Color CSS Codes

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

#94177d Text Font Color

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

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


#94177d Background Color

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

This div background color is #94177d


#94177d Border Color

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

This div border color is #94177d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94177d


Comments

No comments written yet.

Please login to write comment.