Color Hex Logo

#940dba Color Hex

#940DBA
(148,13,186)
0 Favorites   0 Comments

Color spaces of #940dba

RGB 14813186
HSL0.800.870.39
HSV287°93°73°
CMYK 0.200.930.00   0.27
XYZ21.219610.128947.2911
Yxy10.12890.26980.1288
Hunter Lab31.825963.3176-65.8226
CIE-Lab38.072870.2490-58.2329

#940dba color RGB value is (148,13,186).

#940dba hex color red value is 148, green value is 13 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #940dba hue: 0.80 , saturation: 0.87 and the lightness value of 940dba is 0.39.

The process color (four color CMYK) of #940dba color hex is 0.20, 0.93, 0.00, 0.27. Web safe color of #940dba is #9900cc. Color #940dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00001101 10111010
Octal 224 15 272
Decimal 148 13 186
Hex 94 D BA

RGB Percentages of Color #940dba

%42.65
%3.75
%53.60

CMYK Percentages of Color #940dba

%20
%93
%0
%27

Triadic Colors of #940dba

#940dba #ba940d #0dba94

Analogous Colors of #940dba

#940dba #ba0d8a #3e0dba

Monochromatic Colors of #940dba

#940dba

Complementary Color

#940dba #33ba0d

#940dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#940dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#940dba Color CSS Codes

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

#940dba Text Font Color

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

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


#940dba Background Color

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

This div background color is #940dba


#940dba Border Color

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

This div border color is #940dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #940dba


Comments

No comments written yet.

Please login to write comment.