Color Hex Logo

#7615fe Color Hex

#7615FE
(118,21,254)
0 Favorites   0 Comments

Color spaces of #7615fe

RGB 11821254
HSL0.740.990.54
HSV265°92°100°
CMYK 0.540.920.00   0.00
XYZ25.628811.543694.6433
Yxy11.54360.19440.0876
Hunter Lab33.975975.1890-141.3753
CIE-Lab40.481479.5688-93.4894

#7615fe color RGB value is (118,21,254).

#7615fe hex color red value is 118, green value is 21 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7615fe hue: 0.74 , saturation: 0.99 and the lightness value of 7615fe is 0.54.

The process color (four color CMYK) of #7615fe color hex is 0.54, 0.92, 0.00, 0.00. Web safe color of #7615fe is #6600ff. Color #7615fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010101 11111110
Octal 166 25 376
Decimal 118 21 254
Hex 76 15 FE

RGB Percentages of Color #7615fe

%30.03
%5.34
%64.63

CMYK Percentages of Color #7615fe

%54
%92
%0
%0

Triadic Colors of #7615fe

#7615fe #fe7615 #15fe76

Analogous Colors of #7615fe

#7615fe #eb15fe #1528fe

Monochromatic Colors of #7615fe

#7615fe

Complementary Color

#7615fe #9dfe15

#7615fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7615fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7615fe Color CSS Codes

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

#7615fe Text Font Color

<p style="color:#7615fe">Text here</p>

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


#7615fe Background Color

<div style="background-color:#7615fe">
Div content here</div>

This div background color is #7615fe


#7615fe Border Color

<div style="border:3px solid #7615fe">
Div here</div>

This div border color is #7615fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,21,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7615fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7615fe;
  -webkit-box-shadow: 1px 1px 3px 2px #7615fe;
  box-shadow:         1px 1px 3px 2px #7615fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,21,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7615fe

Related Colors


Comments

No comments written yet.

Please login to write comment.