Color Hex Logo

#7917fc Color Hex

#7917FC
(121,23,252)
0 Favorites   0 Comments

Color spaces of #7917fc

RGB 12123252
HSL0.740.970.54
HSV266°91°99°
CMYK 0.520.910.00   0.01
XYZ25.762211.706092.9971
Yxy11.70600.19750.0897
Hunter Lab34.214074.5309-137.2062
CIE-Lab40.745078.9919-91.9217

#7917fc color RGB value is (121,23,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00010111 11111100
Octal 171 27 374
Decimal 121 23 252
Hex 79 17 FC

RGB Percentages of Color #7917fc

%30.56
%5.81
%63.64

CMYK Percentages of Color #7917fc

%52
%91
%0
%1

Triadic Colors of #7917fc

#7917fc #fc7917 #17fc79

Analogous Colors of #7917fc

#7917fc #ec17fc #1728fc

Monochromatic Colors of #7917fc

#7917fc

Complementary Color

#7917fc #9afc17

#7917fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7917fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7917fc Color CSS Codes

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

#7917fc Text Font Color

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

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


#7917fc Background Color

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

This div background color is #7917fc


#7917fc Border Color

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

This div border color is #7917fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7917fc


Comments

No comments written yet.

Please login to write comment.