Color Hex Logo

#730add Color Hex

#730ADD
(115,10,221)
0 Favorites   0 Comments

Color spaces of #730add

RGB 11510221
HSL0.750.910.45
HSV270°95°87°
CMYK 0.480.950.00   0.13
XYZ20.22999.082469.0935
Yxy9.08240.20560.0923
Hunter Lab30.137067.0809-114.8350
CIE-Lab36.142573.7783-81.9648

#730add color RGB value is (115,10,221).

#730add hex color red value is 115, green value is 10 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #730add hue: 0.75 , saturation: 0.91 and the lightness value of 730add is 0.45.

The process color (four color CMYK) of #730add color hex is 0.48, 0.95, 0.00, 0.13. Web safe color of #730add is #6600cc. Color #730add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001010 11011101
Octal 163 12 335
Decimal 115 10 221
Hex 73 A DD

RGB Percentages of Color #730add

%33.24
%2.89
%63.87

CMYK Percentages of Color #730add

%48
%95
%0
%13

Triadic Colors of #730add

#730add #dd730a #0add73

Analogous Colors of #730add

#730add #dd0add #0a0bdd

Monochromatic Colors of #730add

#730add

Complementary Color

#730add #74dd0a

#730add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730add Color Preview on White Background

Lorem ipsum dolor sit amet.

#730add Color CSS Codes

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

#730add Text Font Color

<p style="color:#730add">Text here</p>

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


#730add Background Color

<div style="background-color:#730add">
Div content here</div>

This div background color is #730add


#730add Border Color

<div style="border:3px solid #730add">
Div here</div>

This div border color is #730add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,10,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #730add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #730add;
  -webkit-box-shadow: 1px 1px 3px 2px #730add;
  box-shadow:         1px 1px 3px 2px #730add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730add


Comments

No comments written yet.

Please login to write comment.