Color Hex Logo

#7517de Color Hex

#7517DE
(117,23,222)
0 Favorites   0 Comments

Color spaces of #7517de

RGB 11723222
HSL0.750.810.48
HSV268°90°87°
CMYK 0.470.900.00   0.13
XYZ20.82739.668669.8758
Yxy9.66860.20750.0963
Hunter Lab31.094465.1458-111.4714
CIE-Lab37.241071.9536-80.7171

#7517de color RGB value is (117,23,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010111 11011110
Octal 165 27 336
Decimal 117 23 222
Hex 75 17 DE

RGB Percentages of Color #7517de

%32.32
%6.35
%61.33

CMYK Percentages of Color #7517de

%47
%90
%0
%13

Triadic Colors of #7517de

#7517de #de7517 #17de75

Analogous Colors of #7517de

#7517de #d917de #171cde

Monochromatic Colors of #7517de

#7517de

Complementary Color

#7517de #80de17

#7517de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7517de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7517de Color CSS Codes

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

#7517de Text Font Color

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

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


#7517de Background Color

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

This div background color is #7517de


#7517de Border Color

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

This div border color is #7517de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,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 #7517de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7517de


Comments

No comments written yet.

Please login to write comment.