Color Hex Logo

#730da5 Color Hex

#730DA5
(115,13,165)
0 Favorites   0 Comments

Color spaces of #730da5

RGB 11513165
HSL0.780.850.35
HSV280°92°65°
CMYK 0.300.920.00   0.35
XYZ14.00576.649336.1426
Yxy6.64930.24660.1171
Hunter Lab25.786251.8257-65.0519
CIE-Lab30.994861.5303-57.4532

#730da5 color RGB value is (115,13,165).

#730da5 hex color red value is 115, green value is 13 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #730da5 hue: 0.78 , saturation: 0.85 and the lightness value of 730da5 is 0.35.

The process color (four color CMYK) of #730da5 color hex is 0.30, 0.92, 0.00, 0.35. Web safe color of #730da5 is #660099. Color #730da5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001101 10100101
Octal 163 15 245
Decimal 115 13 165
Hex 73 D A5

RGB Percentages of Color #730da5

%39.25
%4.44
%56.31

CMYK Percentages of Color #730da5

%30
%92
%0
%35

Triadic Colors of #730da5

#730da5 #a5730d #0da573

Analogous Colors of #730da5

#730da5 #a50d8b #270da5

Monochromatic Colors of #730da5

#730da5

Complementary Color

#730da5 #3fa50d

#730da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730da5 Color CSS Codes

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

#730da5 Text Font Color

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

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


#730da5 Background Color

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

This div background color is #730da5


#730da5 Border Color

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

This div border color is #730da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730da5


Comments

No comments written yet.

Please login to write comment.