Color Hex Logo

#7316df Color Hex

#7316DF
(115,22,223)
0 Favorites   0 Comments

Color spaces of #7316df

RGB 11522223
HSL0.740.820.48
HSV268°90°87°
CMYK 0.480.900.00   0.13
XYZ20.67649.546470.5649
Yxy9.54640.20510.0947
Hunter Lab30.897265.3818-113.7818
CIE-Lab37.015772.1947-81.6707

#7316df color RGB value is (115,22,223).

#7316df hex color red value is 115, green value is 22 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7316df hue: 0.74 , saturation: 0.82 and the lightness value of 7316df is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010110 11011111
Octal 163 26 337
Decimal 115 22 223
Hex 73 16 DF

RGB Percentages of Color #7316df

%31.94
%6.11
%61.94

CMYK Percentages of Color #7316df

%48
%90
%0
%13

Triadic Colors of #7316df

#7316df #df7316 #16df73

Analogous Colors of #7316df

#7316df #d816df #161ddf

Monochromatic Colors of #7316df

#7316df

Complementary Color

#7316df #82df16

#7316df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7316df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7316df Color CSS Codes

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

#7316df Text Font Color

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

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


#7316df Background Color

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

This div background color is #7316df


#7316df Border Color

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

This div border color is #7316df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7316df


Comments

No comments written yet.

Please login to write comment.