Color Hex Logo

#7317db Color Hex

#7317DB
(115,23,219)
0 Favorites   0 Comments

Color spaces of #7317db

RGB 11523219
HSL0.740.810.47
HSV268°89°86°
CMYK 0.470.890.00   0.14
XYZ20.16289.372167.7641
Yxy9.37210.20720.0963
Hunter Lab30.613963.9887-109.8092
CIE-Lab36.691171.0832-79.9096

#7317db color RGB value is (115,23,219).

#7317db hex color red value is 115, green value is 23 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7317db hue: 0.74 , saturation: 0.81 and the lightness value of 7317db is 0.47.

The process color (four color CMYK) of #7317db color hex is 0.47, 0.89, 0.00, 0.14. Web safe color of #7317db is #6600cc. Color #7317db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010111 11011011
Octal 163 27 333
Decimal 115 23 219
Hex 73 17 DB

RGB Percentages of Color #7317db

%32.21
%6.44
%61.34

CMYK Percentages of Color #7317db

%47
%89
%0
%14

Triadic Colors of #7317db

#7317db #db7317 #17db73

Analogous Colors of #7317db

#7317db #d517db #171ddb

Monochromatic Colors of #7317db

#7317db

Complementary Color

#7317db #7fdb17

#7317db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7317db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7317db Color CSS Codes

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

#7317db Text Font Color

<p style="color:#7317db">Text here</p>

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


#7317db Background Color

<div style="background-color:#7317db">
Div content here</div>

This div background color is #7317db


#7317db Border Color

<div style="border:3px solid #7317db">
Div here</div>

This div border color is #7317db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,23,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7317db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7317db;
  -webkit-box-shadow: 1px 1px 3px 2px #7317db;
  box-shadow:         1px 1px 3px 2px #7317db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7317db


Comments

No comments written yet.

Please login to write comment.