Color Hex Logo

#730dba Color Hex

#730DBA
(115,13,186)
0 Favorites   0 Comments

Color spaces of #730dba

RGB 11513186
HSL0.760.870.39
HSV275°93°73°
CMYK 0.380.930.00   0.27
XYZ16.07717.477947.0504
Yxy7.47790.22770.1059
Hunter Lab27.345757.0886-82.8708
CIE-Lab32.871065.8691-66.9441

#730dba color RGB value is (115,13,186).

#730dba hex color red value is 115, green value is 13 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #730dba hue: 0.76 , saturation: 0.87 and the lightness value of 730dba is 0.39.

The process color (four color CMYK) of #730dba color hex is 0.38, 0.93, 0.00, 0.27. Web safe color of #730dba is #6600cc. Color #730dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001101 10111010
Octal 163 15 272
Decimal 115 13 186
Hex 73 D BA

RGB Percentages of Color #730dba

%36.62
%4.14
%59.24

CMYK Percentages of Color #730dba

%38
%93
%0
%27

Triadic Colors of #730dba

#730dba #ba730d #0dba73

Analogous Colors of #730dba

#730dba #ba0dab #1c0dba

Monochromatic Colors of #730dba

#730dba

Complementary Color

#730dba #54ba0d

#730dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#730dba Color CSS Codes

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

#730dba Text Font Color

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

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


#730dba Background Color

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

This div background color is #730dba


#730dba Border Color

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

This div border color is #730dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730dba


Comments

No comments written yet.

Please login to write comment.