Color Hex Logo

#7517df Color Hex

#7517DF
(117,23,223)
0 Favorites   0 Comments

Color spaces of #7517df

RGB 11723223
HSL0.750.810.48
HSV268°90°87°
CMYK 0.480.900.00   0.13
XYZ20.96189.722470.5838
Yxy9.72240.20700.0960
Hunter Lab31.180865.4333-112.3881
CIE-Lab37.339572.1762-81.1278

#7517df color RGB value is (117,23,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010111 11011111
Octal 165 27 337
Decimal 117 23 223
Hex 75 17 DF

RGB Percentages of Color #7517df

%32.23
%6.34
%61.43

CMYK Percentages of Color #7517df

%48
%90
%0
%13

Triadic Colors of #7517df

#7517df #df7517 #17df75

Analogous Colors of #7517df

#7517df #d917df #171ddf

Monochromatic Colors of #7517df

#7517df

Complementary Color

#7517df #81df17

#7517df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7517df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7517df Color CSS Codes

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

#7517df Text Font Color

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

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


#7517df Background Color

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

This div background color is #7517df


#7517df Border Color

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

This div border color is #7517df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7517df


Comments

No comments written yet.

Please login to write comment.