Color Hex Logo

#730dff Color Hex

#730DFF
(115,13,255)
0 Favorites   0 Comments

Color spaces of #730dff

RGB 11513255
HSL0.741.000.53
HSV265°95°100°
CMYK 0.550.950.00   0.00
XYZ25.264211.152795.4289
Yxy11.15270.19160.0846
Hunter Lab33.395776.5949-146.0456
CIE-Lab39.836580.8093-95.1279

#730dff color RGB value is (115,13,255).

#730dff hex color red value is 115, green value is 13 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #730dff hue: 0.74 , saturation: 1.00 and the lightness value of 730dff is 0.53.

The process color (four color CMYK) of #730dff color hex is 0.55, 0.95, 0.00, 0.00. Web safe color of #730dff is #6600ff. Color #730dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001101 11111111
Octal 163 15 377
Decimal 115 13 255
Hex 73 D FF

RGB Percentages of Color #730dff

%30.03
%3.39
%66.58

CMYK Percentages of Color #730dff

%55
%95
%0
%0

Triadic Colors of #730dff

#730dff #ff730d #0dff73

Analogous Colors of #730dff

#730dff #ec0dff #0d20ff

Monochromatic Colors of #730dff

#730dff

Complementary Color

#730dff #99ff0d

#730dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#730dff Color CSS Codes

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

#730dff Text Font Color

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

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


#730dff Background Color

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

This div background color is #730dff


#730dff Border Color

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

This div border color is #730dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730dff

Related Colors


Comments

No comments written yet.

Please login to write comment.