Color Hex Logo

#7301df Color Hex

#7301DF
(115,1,223)
0 Favorites   0 Comments

Color spaces of #7301df

RGB 1151223
HSL0.750.990.44
HSV271°100°87°
CMYK 0.481.000.00   0.13
XYZ20.40048.994370.4729
Yxy8.99430.20430.0901
Hunter Lab29.990568.9375-118.3287
CIE-Lab35.973375.3437-83.3927

#7301df color RGB value is (115,1,223).

#7301df hex color red value is 115, green value is 1 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7301df hue: 0.75 , saturation: 0.99 and the lightness value of 7301df is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000001 11011111
Octal 163 1 337
Decimal 115 1 223
Hex 73 1 DF

RGB Percentages of Color #7301df

%33.92
%0.29
%65.78

CMYK Percentages of Color #7301df

%48
%100
%0
%13

Triadic Colors of #7301df

#7301df #df7301 #01df73

Analogous Colors of #7301df

#7301df #df01dc #0401df

Monochromatic Colors of #7301df

#7301df

Complementary Color

#7301df #6ddf01

#7301df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7301df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7301df Color CSS Codes

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

#7301df Text Font Color

<p style="color:#7301df">Text here</p>

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


#7301df Background Color

<div style="background-color:#7301df">
Div content here</div>

This div background color is #7301df


#7301df Border Color

<div style="border:3px solid #7301df">
Div here</div>

This div border color is #7301df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,1,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7301df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7301df;
  -webkit-box-shadow: 1px 1px 3px 2px #7301df;
  box-shadow:         1px 1px 3px 2px #7301df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7301df


Comments

No comments written yet.

Please login to write comment.