Color Hex Logo

#7014fa Color Hex

#7014FA
(112,20,250)
0 Favorites   0 Comments

Color spaces of #7014fa

RGB 11220250
HSL0.730.960.53
HSV264°92°98°
CMYK 0.550.920.00   0.02
XYZ24.187610.847291.2614
Yxy10.84720.19150.0859
Hunter Lab32.935173.4544-141.2349
CIE-Lab39.321978.3943-93.1873

#7014fa color RGB value is (112,20,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010100 11111010
Octal 160 24 372
Decimal 112 20 250
Hex 70 14 FA

RGB Percentages of Color #7014fa

%29.32
%5.24
%65.45

CMYK Percentages of Color #7014fa

%55
%92
%0
%2

Triadic Colors of #7014fa

#7014fa #fa7014 #14fa70

Analogous Colors of #7014fa

#7014fa #e314fa #142bfa

Monochromatic Colors of #7014fa

#7014fa

Complementary Color

#7014fa #9efa14

#7014fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7014fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7014fa Color CSS Codes

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

#7014fa Text Font Color

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

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


#7014fa Background Color

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

This div background color is #7014fa


#7014fa Border Color

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

This div border color is #7014fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,20,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7014fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7014fa


Comments

No comments written yet.

Please login to write comment.