Color Hex Logo

#730bdd Color Hex

#730BDD
(115,11,221)
0 Favorites   0 Comments

Color spaces of #730bdd

RGB 11511221
HSL0.750.910.45
HSV270°95°87°
CMYK 0.480.950.00   0.13
XYZ20.24109.104669.0972
Yxy9.10460.20560.0925
Hunter Lab30.173866.9359-114.6507
CIE-Lab36.184973.6499-81.8947

#730bdd color RGB value is (115,11,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001011 11011101
Octal 163 13 335
Decimal 115 11 221
Hex 73 B DD

RGB Percentages of Color #730bdd

%33.14
%3.17
%63.69

CMYK Percentages of Color #730bdd

%48
%95
%0
%13

Triadic Colors of #730bdd

#730bdd #dd730b #0bdd73

Analogous Colors of #730bdd

#730bdd #dc0bdd #0b0cdd

Monochromatic Colors of #730bdd

#730bdd

Complementary Color

#730bdd #75dd0b

#730bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#730bdd Color CSS Codes

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

#730bdd Text Font Color

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

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


#730bdd Background Color

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

This div background color is #730bdd


#730bdd Border Color

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

This div border color is #730bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,11,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 #730bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730bdd

#730bdd Color Palettes


Comments

No comments written yet.

Please login to write comment.