Color Hex Logo

#941187 Color Hex

#941187
(148,17,135)
0 Favorites   0 Comments

Color spaces of #941187

RGB 14817135
HSL0.850.790.32
HSV306°89°58°
CMYK 0.000.890.09   0.42
XYZ16.78648.446123.6672
Yxy8.44610.34330.1727
Hunter Lab29.062252.2433-27.9401
CIE-Lab34.895261.1523-32.5017

#941187 color RGB value is (148,17,135).

#941187 hex color red value is 148, green value is 17 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #941187 hue: 0.85 , saturation: 0.79 and the lightness value of 941187 is 0.32.

The process color (four color CMYK) of #941187 color hex is 0.00, 0.89, 0.09, 0.42. Web safe color of #941187 is #990099. Color #941187 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00010001 10000111
Octal 224 21 207
Decimal 148 17 135
Hex 94 11 87

RGB Percentages of Color #941187

%49.33
%5.67
%45.00

CMYK Percentages of Color #941187

%0
%89
%9
%42

Triadic Colors of #941187

#941187 #879411 #118794

Analogous Colors of #941187

#941187 #941146 #601194

Monochromatic Colors of #941187

#941187

Complementary Color

#941187 #11941e

#941187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#941187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#941187 Color CSS Codes

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

#941187 Text Font Color

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

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


#941187 Background Color

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

This div background color is #941187


#941187 Border Color

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

This div border color is #941187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #941187


Comments

No comments written yet.

Please login to write comment.