Color Hex Logo

#730dd7 Color Hex

#730DD7
(115,13,215)
0 Favorites   0 Comments

Color spaces of #730dd7

RGB 11513215
HSL0.750.890.45
HSV270°94°84°
CMYK 0.470.940.00   0.16
XYZ19.47998.839064.9694
Yxy8.83900.20880.0947
Hunter Lab29.730564.9279-108.7540
CIE-Lab35.672472.0685-79.2853

#730dd7 color RGB value is (115,13,215).

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

The process color (four color CMYK) of #730dd7 color hex is 0.47, 0.94, 0.00, 0.16. Web safe color of #730dd7 is #6600cc. Color #730dd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001101 11010111
Octal 163 15 327
Decimal 115 13 215
Hex 73 D D7

RGB Percentages of Color #730dd7

%33.53
%3.79
%62.68

CMYK Percentages of Color #730dd7

%47
%94
%0
%16

Triadic Colors of #730dd7

#730dd7 #d7730d #0dd773

Analogous Colors of #730dd7

#730dd7 #d70dd6 #0e0dd7

Monochromatic Colors of #730dd7

#730dd7

Complementary Color

#730dd7 #71d70d

#730dd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730dd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730dd7 Color CSS Codes

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

#730dd7 Text Font Color

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

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


#730dd7 Background Color

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

This div background color is #730dd7


#730dd7 Border Color

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

This div border color is #730dd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730dd7


Comments

No comments written yet.

Please login to write comment.