Color Hex Logo

#930ead Color Hex

#930EAD
(147,14,173)
0 Favorites   0 Comments

Color spaces of #930ead

RGB 14714173
HSL0.810.850.37
HSV290°92°68°
CMYK 0.150.920.00   0.32
XYZ19.73259.534340.3354
Yxy9.53430.28350.1370
Hunter Lab30.877760.0353-55.8360
CIE-Lab36.993367.6439-52.2712

#930ead color RGB value is (147,14,173).

#930ead hex color red value is 147, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #930ead hue: 0.81 , saturation: 0.85 and the lightness value of 930ead is 0.37.

The process color (four color CMYK) of #930ead color hex is 0.15, 0.92, 0.00, 0.32. Web safe color of #930ead is #990099. Color #930ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00001110 10101101
Octal 223 16 255
Decimal 147 14 173
Hex 93 E AD

RGB Percentages of Color #930ead

%44.01
%4.19
%51.80

CMYK Percentages of Color #930ead

%15
%92
%0
%32

Triadic Colors of #930ead

#930ead #ad930e #0ead93

Analogous Colors of #930ead

#930ead #ad0e78 #440ead

Monochromatic Colors of #930ead

#930ead

Complementary Color

#930ead #28ad0e

#930ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#930ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#930ead Color CSS Codes

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

#930ead Text Font Color

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

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


#930ead Background Color

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

This div background color is #930ead


#930ead Border Color

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

This div border color is #930ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #930ead


Comments

No comments written yet.

Please login to write comment.