Color Hex Logo

#7114fe Color Hex

#7114FE
(113,20,254)
0 Favorites   0 Comments

Color spaces of #7114fe

RGB 11320254
HSL0.730.990.54
HSV264°92°100°
CMYK 0.560.920.00   0.00
XYZ24.949611.166894.6063
Yxy11.16680.19090.0854
Hunter Lab33.416874.7922-144.4644
CIE-Lab39.860079.3679-94.5358

#7114fe color RGB value is (113,20,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010100 11111110
Octal 161 24 376
Decimal 113 20 254
Hex 71 14 FE

RGB Percentages of Color #7114fe

%29.20
%5.17
%65.63

CMYK Percentages of Color #7114fe

%56
%92
%0
%0

Triadic Colors of #7114fe

#7114fe #fe7114 #14fe71

Analogous Colors of #7114fe

#7114fe #e614fe #142cfe

Monochromatic Colors of #7114fe

#7114fe

Complementary Color

#7114fe #a1fe14

#7114fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7114fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7114fe Color CSS Codes

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

#7114fe Text Font Color

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

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


#7114fe Background Color

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

This div background color is #7114fe


#7114fe Border Color

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

This div border color is #7114fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7114fe

Related Colors


Comments

No comments written yet.

Please login to write comment.