Color Hex Logo

#7012fe Color Hex

#7012FE
(112,18,254)
0 Favorites   0 Comments

Color spaces of #7012fe

RGB 11218254
HSL0.730.990.53
HSV264°93°100°
CMYK 0.560.930.00   0.00
XYZ24.787811.033194.5891
Yxy11.03310.19010.0846
Hunter Lab33.216175.0789-145.5881
CIE-Lab39.636279.6392-94.9101

#7012fe color RGB value is (112,18,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010010 11111110
Octal 160 22 376
Decimal 112 18 254
Hex 70 12 FE

RGB Percentages of Color #7012fe

%29.17
%4.69
%66.15

CMYK Percentages of Color #7012fe

%56
%93
%0
%0

Triadic Colors of #7012fe

#7012fe #fe7012 #12fe70

Analogous Colors of #7012fe

#7012fe #e612fe #122afe

Monochromatic Colors of #7012fe

#7012fe

Complementary Color

#7012fe #a0fe12

#7012fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7012fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7012fe Color CSS Codes

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

#7012fe Text Font Color

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

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


#7012fe Background Color

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

This div background color is #7012fe


#7012fe Border Color

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

This div border color is #7012fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7012fe


Comments

No comments written yet.

Please login to write comment.