Color Hex Logo

#9441cd Color Hex

#9441CD
(148,65,205)
0 Favorites   0 Comments

Color spaces of #9441cd

RGB 14865205
HSL0.770.580.53
HSV276°68°80°
CMYK 0.280.680.00   0.20
XYZ25.122514.484359.2292
Yxy14.48430.25420.1465
Hunter Lab38.058251.2271-65.6309
CIE-Lab44.919658.2970-58.2295

#9441cd color RGB value is (148,65,205).

#9441cd hex color red value is 148, green value is 65 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9441cd hue: 0.77 , saturation: 0.58 and the lightness value of 9441cd is 0.53.

The process color (four color CMYK) of #9441cd color hex is 0.28, 0.68, 0.00, 0.20. Web safe color of #9441cd is #9933cc. Color #9441cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01000001 11001101
Octal 224 101 315
Decimal 148 65 205
Hex 94 41 CD

RGB Percentages of Color #9441cd

%35.41
%15.55
%49.04

CMYK Percentages of Color #9441cd

%28
%68
%0
%20

Triadic Colors of #9441cd

#9441cd #cd9441 #41cd94

Analogous Colors of #9441cd

#9441cd #cd41c0 #4e41cd

Monochromatic Colors of #9441cd

#9441cd

Complementary Color

#9441cd #7acd41

#9441cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9441cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9441cd Color CSS Codes

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

#9441cd Text Font Color

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

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


#9441cd Background Color

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

This div background color is #9441cd


#9441cd Border Color

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

This div border color is #9441cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,65,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9441cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9441cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9441cd;
  box-shadow:         1px 1px 3px 2px #9441cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9441cd


Comments

No comments written yet.

Please login to write comment.