Color Hex Logo

#7317de Color Hex

#7317DE
(115,23,222)
0 Favorites   0 Comments

Color spaces of #7317de

RGB 11523222
HSL0.740.810.48
HSV268°90°87°
CMYK 0.480.900.00   0.13
XYZ20.56149.531669.8633
Yxy9.53160.20570.0954
Hunter Lab30.873364.8515-112.5563
CIE-Lab36.988371.7543-81.1424

#7317de color RGB value is (115,23,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010111 11011110
Octal 163 27 336
Decimal 115 23 222
Hex 73 17 DE

RGB Percentages of Color #7317de

%31.94
%6.39
%61.67

CMYK Percentages of Color #7317de

%48
%90
%0
%13

Triadic Colors of #7317de

#7317de #de7317 #17de73

Analogous Colors of #7317de

#7317de #d717de #171ede

Monochromatic Colors of #7317de

#7317de

Complementary Color

#7317de #82de17

#7317de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7317de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7317de Color CSS Codes

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

#7317de Text Font Color

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

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


#7317de Background Color

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

This div background color is #7317de


#7317de Border Color

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

This div border color is #7317de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7317de


Comments

No comments written yet.

Please login to write comment.