Color Hex Logo

#7601fe Color Hex

#7601FE
(118,1,254)
0 Favorites   0 Comments

Color spaces of #7601fe

RGB 1181254
HSL0.740.990.50
HSV268°100°100°
CMYK 0.541.000.00   0.00
XYZ25.371511.029094.5575
Yxy11.02900.19370.0842
Hunter Lab33.209978.2518-145.5674
CIE-Lab39.629382.1569-94.9008

#7601fe color RGB value is (118,1,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000001 11111110
Octal 166 1 376
Decimal 118 1 254
Hex 76 1 FE

RGB Percentages of Color #7601fe

%31.64
%0.27
%68.10

CMYK Percentages of Color #7601fe

%54
%100
%0
%0

Triadic Colors of #7601fe

#7601fe #fe7601 #01fe76

Analogous Colors of #7601fe

#7601fe #f501fe #010bfe

Monochromatic Colors of #7601fe

#7601fe

Complementary Color

#7601fe #89fe01

#7601fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7601fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7601fe Color CSS Codes

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

#7601fe Text Font Color

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

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


#7601fe Background Color

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

This div background color is #7601fe


#7601fe Border Color

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

This div border color is #7601fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,1,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 #7601fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7601fe


Comments

No comments written yet.

Please login to write comment.