Color Hex Logo

#7517fc Color Hex

#7517FC
(117,23,252)
0 Favorites   0 Comments

Color spaces of #7517fc

RGB 11723252
HSL0.740.970.54
HSV265°91°99°
CMYK 0.540.910.00   0.01
XYZ25.213211.423092.9714
Yxy11.42300.19450.0881
Hunter Lab33.797974.0143-139.4365
CIE-Lab40.284078.6640-92.6991

#7517fc color RGB value is (117,23,252).

#7517fc hex color red value is 117, green value is 23 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7517fc hue: 0.74 , saturation: 0.97 and the lightness value of 7517fc is 0.54.

The process color (four color CMYK) of #7517fc color hex is 0.54, 0.91, 0.00, 0.01. Web safe color of #7517fc is #6600ff. Color #7517fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010111 11111100
Octal 165 27 374
Decimal 117 23 252
Hex 75 17 FC

RGB Percentages of Color #7517fc

%29.85
%5.87
%64.29

CMYK Percentages of Color #7517fc

%54
%91
%0
%1

Triadic Colors of #7517fc

#7517fc #fc7517 #17fc75

Analogous Colors of #7517fc

#7517fc #e817fc #172cfc

Monochromatic Colors of #7517fc

#7517fc

Complementary Color

#7517fc #9efc17

#7517fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7517fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7517fc Color CSS Codes

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

#7517fc Text Font Color

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

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


#7517fc Background Color

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

This div background color is #7517fc


#7517fc Border Color

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

This div border color is #7517fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7517fc


Comments

No comments written yet.

Please login to write comment.