Color Hex Logo

#7020fa Color Hex

#7020FA
(112,32,250)
0 Favorites   0 Comments

Color spaces of #7020fa

RGB 11232250
HSL0.730.960.55
HSV262°87°98°
CMYK 0.550.870.00   0.02
XYZ24.453911.379991.3502
Yxy11.37990.19230.0895
Hunter Lab33.734170.3602-136.9403
CIE-Lab40.213175.7116-91.7119

#7020fa color RGB value is (112,32,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100000 11111010
Octal 160 40 372
Decimal 112 32 250
Hex 70 20 FA

RGB Percentages of Color #7020fa

%28.43
%8.12
%63.45

CMYK Percentages of Color #7020fa

%55
%87
%0
%2

Triadic Colors of #7020fa

#7020fa #fa7020 #20fa70

Analogous Colors of #7020fa

#7020fa #dd20fa #203dfa

Monochromatic Colors of #7020fa

#7020fa

Complementary Color

#7020fa #aafa20

#7020fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7020fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7020fa Color CSS Codes

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

#7020fa Text Font Color

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

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


#7020fa Background Color

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

This div background color is #7020fa


#7020fa Border Color

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

This div border color is #7020fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7020fa


Comments

No comments written yet.

Please login to write comment.