Color Hex Logo

#930ddc Color Hex

#930DDC
(147,13,220)
0 Favorites   0 Comments

Color spaces of #930ddc

RGB 14713220
HSL0.770.890.46
HSV279°94°86°
CMYK 0.330.940.00   0.14
XYZ25.094811.658268.6378
Yxy11.65820.23810.1106
Hunter Lab34.144171.4395-95.2862
CIE-Lab40.667676.5065-73.7841

#930ddc color RGB value is (147,13,220).

#930ddc hex color red value is 147, green value is 13 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #930ddc hue: 0.77 , saturation: 0.89 and the lightness value of 930ddc is 0.46.

The process color (four color CMYK) of #930ddc color hex is 0.33, 0.94, 0.00, 0.14. Web safe color of #930ddc is #9900cc. Color #930ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00001101 11011100
Octal 223 15 334
Decimal 147 13 220
Hex 93 D DC

RGB Percentages of Color #930ddc

%38.68
%3.42
%57.89

CMYK Percentages of Color #930ddc

%33
%94
%0
%14

Triadic Colors of #930ddc

#930ddc #dc930d #0ddc93

Analogous Colors of #930ddc

#930ddc #dc0dbe #2b0ddc

Monochromatic Colors of #930ddc

#930ddc

Complementary Color

#930ddc #56dc0d

#930ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#930ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#930ddc Color CSS Codes

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

#930ddc Text Font Color

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

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


#930ddc Background Color

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

This div background color is #930ddc


#930ddc Border Color

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

This div border color is #930ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #930ddc


Comments

No comments written yet.

Please login to write comment.