Color Hex Logo

#7029fa Color Hex

#7029FA
(112,41,250)
0 Favorites   0 Comments

Color spaces of #7029fa

RGB 11241250
HSL0.720.950.57
HSV260°84°98°
CMYK 0.550.840.00   0.02
XYZ24.730311.932791.4423
Yxy11.93270.19300.0931
Hunter Lab34.543767.3389-132.7686
CIE-Lab41.109073.0437-90.2307

#7029fa color RGB value is (112,41,250).

#7029fa hex color red value is 112, green value is 41 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7029fa hue: 0.72 , saturation: 0.95 and the lightness value of 7029fa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101001 11111010
Octal 160 51 372
Decimal 112 41 250
Hex 70 29 FA

RGB Percentages of Color #7029fa

%27.79
%10.17
%62.03

CMYK Percentages of Color #7029fa

%55
%84
%0
%2

Triadic Colors of #7029fa

#7029fa #fa7029 #29fa70

Analogous Colors of #7029fa

#7029fa #d929fa #294bfa

Monochromatic Colors of #7029fa

#7029fa

Complementary Color

#7029fa #b3fa29

#7029fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7029fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7029fa Color CSS Codes

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

#7029fa Text Font Color

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

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


#7029fa Background Color

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

This div background color is #7029fa


#7029fa Border Color

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

This div border color is #7029fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7029fa


Comments

No comments written yet.

Please login to write comment.