Color Hex Logo

#7002fa Color Hex

#7002FA
(112,2,250)
0 Favorites   0 Comments

Color spaces of #7002fa

RGB 1122250
HSL0.740.980.49
HSV267°99°98°
CMYK 0.550.990.00   0.02
XYZ23.959110.390391.1852
Yxy10.39030.19090.0828
Hunter Lab32.234076.2672-145.1589
CIE-Lab38.534080.7895-94.4933

#7002fa color RGB value is (112,2,250).

#7002fa hex color red value is 112, green value is 2 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7002fa hue: 0.74 , saturation: 0.98 and the lightness value of 7002fa is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000010 11111010
Octal 160 2 372
Decimal 112 2 250
Hex 70 2 FA

RGB Percentages of Color #7002fa

%30.77
%0.55
%68.68

CMYK Percentages of Color #7002fa

%55
%99
%0
%2

Triadic Colors of #7002fa

#7002fa #fa7002 #02fa70

Analogous Colors of #7002fa

#7002fa #ec02fa #0210fa

Monochromatic Colors of #7002fa

#7002fa

Complementary Color

#7002fa #8cfa02

#7002fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7002fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7002fa Color CSS Codes

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

#7002fa Text Font Color

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

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


#7002fa Background Color

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

This div background color is #7002fa


#7002fa Border Color

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

This div border color is #7002fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7002fa

Related Colors


Comments

No comments written yet.

Please login to write comment.