Color Hex Logo

#940cd9 Color Hex

#940CD9
(148,12,217)
0 Favorites   0 Comments

Color spaces of #940cd9

RGB 14812217
HSL0.780.900.45
HSV280°94°85°
CMYK 0.320.940.00   0.15
XYZ24.868611.568666.5679
Yxy11.56860.24140.1123
Hunter Lab34.012670.9895-92.2307
CIE-Lab40.522176.1672-72.2936

#940cd9 color RGB value is (148,12,217).

#940cd9 hex color red value is 148, green value is 12 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #940cd9 hue: 0.78 , saturation: 0.90 and the lightness value of 940cd9 is 0.45.

The process color (four color CMYK) of #940cd9 color hex is 0.32, 0.94, 0.00, 0.15. Web safe color of #940cd9 is #9900cc. Color #940cd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00001100 11011001
Octal 224 14 331
Decimal 148 12 217
Hex 94 C D9

RGB Percentages of Color #940cd9

%39.26
%3.18
%57.56

CMYK Percentages of Color #940cd9

%32
%94
%0
%15

Triadic Colors of #940cd9

#940cd9 #d9940c #0cd994

Analogous Colors of #940cd9

#940cd9 #d90cb8 #2d0cd9

Monochromatic Colors of #940cd9

#940cd9

Complementary Color

#940cd9 #51d90c

#940cd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#940cd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#940cd9 Color CSS Codes

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

#940cd9 Text Font Color

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

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


#940cd9 Background Color

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

This div background color is #940cd9


#940cd9 Border Color

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

This div border color is #940cd9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,12,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #940cd9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #940cd9;
  -webkit-box-shadow: 1px 1px 3px 2px #940cd9;
  box-shadow:         1px 1px 3px 2px #940cd9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #940cd9


Comments

No comments written yet.

Please login to write comment.