Color Hex Logo

#930dbd Color Hex

#930DBD
(147,13,189)
0 Favorites   0 Comments

Color spaces of #930dbd

RGB 14713189
HSL0.790.870.40
HSV286°93°74°
CMYK 0.220.930.00   0.26
XYZ21.361910.165048.9803
Yxy10.16500.26530.1263
Hunter Lab31.882663.8036-68.7677
CIE-Lab38.136970.6489-59.9045

#930dbd color RGB value is (147,13,189).

#930dbd hex color red value is 147, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #930dbd hue: 0.79 , saturation: 0.87 and the lightness value of 930dbd is 0.40.

The process color (four color CMYK) of #930dbd color hex is 0.22, 0.93, 0.00, 0.26. Web safe color of #930dbd is #9900cc. Color #930dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00001101 10111101
Octal 223 15 275
Decimal 147 13 189
Hex 93 D BD

RGB Percentages of Color #930dbd

%42.12
%3.72
%54.15

CMYK Percentages of Color #930dbd

%22
%93
%0
%26

Triadic Colors of #930dbd

#930dbd #bd930d #0dbd93

Analogous Colors of #930dbd

#930dbd #bd0d8f #3b0dbd

Monochromatic Colors of #930dbd

#930dbd

Complementary Color

#930dbd #37bd0d

#930dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#930dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#930dbd Color CSS Codes

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

#930dbd Text Font Color

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

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


#930dbd Background Color

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

This div background color is #930dbd


#930dbd Border Color

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

This div border color is #930dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,13,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #930dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #930dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #930dbd;
  box-shadow:         1px 1px 3px 2px #930dbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #930dbd


Comments

No comments written yet.

Please login to write comment.