Color Hex Logo

#930ace Color Hex

#930ACE
(147,10,206)
0 Favorites   0 Comments

Color spaces of #930ace

RGB 14710206
HSL0.780.910.42
HSV282°95°81°
CMYK 0.290.950.00   0.19
XYZ23.281710.876459.2648
Yxy10.87640.24920.1164
Hunter Lab32.979468.2976-83.4601
CIE-Lab39.371574.1744-67.8279

#930ace color RGB value is (147,10,206).

#930ace hex color red value is 147, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #930ace hue: 0.78 , saturation: 0.91 and the lightness value of 930ace is 0.42.

The process color (four color CMYK) of #930ace color hex is 0.29, 0.95, 0.00, 0.19. Web safe color of #930ace is #9900cc. Color #930ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00001010 11001110
Octal 223 12 316
Decimal 147 10 206
Hex 93 A CE

RGB Percentages of Color #930ace

%40.50
%2.75
%56.75

CMYK Percentages of Color #930ace

%29
%95
%0
%19

Triadic Colors of #930ace

#930ace #ce930a #0ace93

Analogous Colors of #930ace

#930ace #ce0aa7 #310ace

Monochromatic Colors of #930ace

#930ace

Complementary Color

#930ace #45ce0a

#930ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#930ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#930ace Color CSS Codes

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

#930ace Text Font Color

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

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


#930ace Background Color

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

This div background color is #930ace


#930ace Border Color

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

This div border color is #930ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #930ace


Comments

No comments written yet.

Please login to write comment.