Color Hex Logo

#7029ff Color Hex

#7029FF
(112,41,255)
0 Favorites   0 Comments

Color spaces of #7029ff

RGB 11241255
HSL0.721.000.58
HSV260°84°100°
CMYK 0.560.840.00   0.00
XYZ25.525012.250695.6270
Yxy12.25060.19130.0918
Hunter Lab35.000968.9228-137.4876
CIE-Lab41.611774.2600-92.1995

#7029ff color RGB value is (112,41,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101001 11111111
Octal 160 51 377
Decimal 112 41 255
Hex 70 29 FF

RGB Percentages of Color #7029ff

%27.45
%10.05
%62.50

CMYK Percentages of Color #7029ff

%56
%84
%0
%0

Triadic Colors of #7029ff

#7029ff #ff7029 #29ff70

Analogous Colors of #7029ff

#7029ff #db29ff #294dff

Monochromatic Colors of #7029ff

#7029ff

Complementary Color

#7029ff #b8ff29

#7029ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7029ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7029ff Color CSS Codes

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

#7029ff Text Font Color

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

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


#7029ff Background Color

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

This div background color is #7029ff


#7029ff Border Color

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

This div border color is #7029ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7029ff


Comments

No comments written yet.

Please login to write comment.