Color Hex Logo

#7014fe Color Hex

#7014FE
(112,20,254)
0 Favorites   0 Comments

Color spaces of #7014fe

RGB 11220254
HSL0.730.990.54
HSV264°92°100°
CMYK 0.560.920.00   0.00
XYZ24.821611.100894.6004
Yxy11.10080.19020.0850
Hunter Lab33.317974.6751-145.0214
CIE-Lab39.749779.2948-94.7219

#7014fe color RGB value is (112,20,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010100 11111110
Octal 160 24 376
Decimal 112 20 254
Hex 70 14 FE

RGB Percentages of Color #7014fe

%29.02
%5.18
%65.80

CMYK Percentages of Color #7014fe

%56
%92
%0
%0

Triadic Colors of #7014fe

#7014fe #fe7014 #14fe70

Analogous Colors of #7014fe

#7014fe #e514fe #142dfe

Monochromatic Colors of #7014fe

#7014fe

Complementary Color

#7014fe #a2fe14

#7014fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7014fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7014fe Color CSS Codes

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

#7014fe Text Font Color

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

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


#7014fe Background Color

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

This div background color is #7014fe


#7014fe Border Color

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

This div border color is #7014fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7014fe


Comments

No comments written yet.

Please login to write comment.