Color Hex Logo

#7118fe Color Hex

#7118FE
(113,24,254)
0 Favorites   0 Comments

Color spaces of #7118fe

RGB 11324254
HSL0.730.990.55
HSV263°91°100°
CMYK 0.560.910.00   0.00
XYZ25.026111.319794.6318
Yxy11.31970.19110.0864
Hunter Lab33.644873.8959-143.2122
CIE-Lab40.113878.6008-94.1153

#7118fe color RGB value is (113,24,254).

#7118fe hex color red value is 113, green value is 24 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7118fe hue: 0.73 , saturation: 0.99 and the lightness value of 7118fe is 0.55.

The process color (four color CMYK) of #7118fe color hex is 0.56, 0.91, 0.00, 0.00. Web safe color of #7118fe is #6600ff. Color #7118fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011000 11111110
Octal 161 30 376
Decimal 113 24 254
Hex 71 18 FE

RGB Percentages of Color #7118fe

%28.90
%6.14
%64.96

CMYK Percentages of Color #7118fe

%56
%91
%0
%0

Triadic Colors of #7118fe

#7118fe #fe7118 #18fe71

Analogous Colors of #7118fe

#7118fe #e418fe #1832fe

Monochromatic Colors of #7118fe

#7118fe

Complementary Color

#7118fe #a5fe18

#7118fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7118fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7118fe Color CSS Codes

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

#7118fe Text Font Color

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

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


#7118fe Background Color

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

This div background color is #7118fe


#7118fe Border Color

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

This div border color is #7118fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7118fe

Related Colors


Comments

No comments written yet.

Please login to write comment.