Color Hex Logo

#7029ee Color Hex

#7029EE
(112,41,238)
0 Favorites   0 Comments

Color spaces of #7029ee

RGB 11241238
HSL0.730.850.55
HSV262°83°93°
CMYK 0.530.830.00   0.07
XYZ22.907611.203781.8441
Yxy11.20370.19760.0966
Hunter Lab33.471963.5864-121.5430
CIE-Lab39.921570.1192-85.4305

#7029ee color RGB value is (112,41,238).

#7029ee hex color red value is 112, green value is 41 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7029ee hue: 0.73 , saturation: 0.85 and the lightness value of 7029ee is 0.55.

The process color (four color CMYK) of #7029ee color hex is 0.53, 0.83, 0.00, 0.07. Web safe color of #7029ee is #6633ff. Color #7029ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101001 11101110
Octal 160 51 356
Decimal 112 41 238
Hex 70 29 EE

RGB Percentages of Color #7029ee

%28.64
%10.49
%60.87

CMYK Percentages of Color #7029ee

%53
%83
%0
%7

Triadic Colors of #7029ee

#7029ee #ee7029 #29ee70

Analogous Colors of #7029ee

#7029ee #d329ee #2944ee

Monochromatic Colors of #7029ee

#7029ee

Complementary Color

#7029ee #a7ee29

#7029ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7029ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7029ee Color CSS Codes

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

#7029ee Text Font Color

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

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


#7029ee Background Color

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

This div background color is #7029ee


#7029ee Border Color

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

This div border color is #7029ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7029ee


Comments

No comments written yet.

Please login to write comment.