Color Hex Logo

#7042ee Color Hex

#7042EE
(112,66,238)
0 Favorites   0 Comments

Color spaces of #7042ee

RGB 11266238
HSL0.710.830.60
HSV256°72°93°
CMYK 0.530.720.00   0.07
XYZ24.062913.514282.2292
Yxy13.51420.20080.1128
Hunter Lab36.761752.5069-106.8878
CIE-Lab43.528059.7190-79.4971

#7042ee color RGB value is (112,66,238).

#7042ee hex color red value is 112, green value is 66 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7042ee hue: 0.71 , saturation: 0.83 and the lightness value of 7042ee is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000010 11101110
Octal 160 102 356
Decimal 112 66 238
Hex 70 42 EE

RGB Percentages of Color #7042ee

%26.92
%15.87
%57.21

CMYK Percentages of Color #7042ee

%53
%72
%0
%7

Triadic Colors of #7042ee

#7042ee #ee7042 #42ee70

Analogous Colors of #7042ee

#7042ee #c642ee #426aee

Monochromatic Colors of #7042ee

#7042ee

Complementary Color

#7042ee #c0ee42

#7042ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7042ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7042ee Color CSS Codes

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

#7042ee Text Font Color

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

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


#7042ee Background Color

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

This div background color is #7042ee


#7042ee Border Color

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

This div border color is #7042ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7042ee


Comments

No comments written yet.

Please login to write comment.