Color Hex Logo

#941dad Color Hex

#941DAD
(148,29,173)
0 Favorites   0 Comments

Color spaces of #941dad

RGB 14829173
HSL0.800.710.40
HSV290°83°68°
CMYK 0.140.830.00   0.32
XYZ20.194910.191840.4380
Yxy10.19180.28510.1439
Hunter Lab31.924657.0477-52.7538
CIE-Lab38.184564.8042-50.3391

#941dad color RGB value is (148,29,173).

#941dad hex color red value is 148, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #941dad hue: 0.80 , saturation: 0.71 and the lightness value of 941dad is 0.40.

The process color (four color CMYK) of #941dad color hex is 0.14, 0.83, 0.00, 0.32. Web safe color of #941dad is #993399. Color #941dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00011101 10101101
Octal 224 35 255
Decimal 148 29 173
Hex 94 1D AD

RGB Percentages of Color #941dad

%42.29
%8.29
%49.43

CMYK Percentages of Color #941dad

%14
%83
%0
%32

Triadic Colors of #941dad

#941dad #ad941d #1dad94

Analogous Colors of #941dad

#941dad #ad1d7e #4c1dad

Monochromatic Colors of #941dad

#941dad

Complementary Color

#941dad #36ad1d

#941dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#941dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#941dad Color CSS Codes

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

#941dad Text Font Color

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

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


#941dad Background Color

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

This div background color is #941dad


#941dad Border Color

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

This div border color is #941dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,29,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #941dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #941dad;
  -webkit-box-shadow: 1px 1px 3px 2px #941dad;
  box-shadow:         1px 1px 3px 2px #941dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #941dad


Comments

No comments written yet.

Please login to write comment.