Color Hex Logo

#7042de Color Hex

#7042DE
(112,66,222)
0 Favorites   0 Comments

Color spaces of #7042de

RGB 11266222
HSL0.720.700.56
HSV258°70°87°
CMYK 0.500.700.00   0.13
XYZ21.815112.615170.3924
Yxy12.61510.20810.1203
Hunter Lab35.517747.4792-92.6441
CIE-Lab42.177555.3676-72.6299

#7042de color RGB value is (112,66,222).

#7042de hex color red value is 112, green value is 66 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7042de hue: 0.72 , saturation: 0.70 and the lightness value of 7042de is 0.56.

The process color (four color CMYK) of #7042de color hex is 0.50, 0.70, 0.00, 0.13. Web safe color of #7042de is #6633cc. Color #7042de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000010 11011110
Octal 160 102 336
Decimal 112 66 222
Hex 70 42 DE

RGB Percentages of Color #7042de

%28.00
%16.50
%55.50

CMYK Percentages of Color #7042de

%50
%70
%0
%13

Triadic Colors of #7042de

#7042de #de7042 #42de70

Analogous Colors of #7042de

#7042de #be42de #4262de

Monochromatic Colors of #7042de

#7042de

Complementary Color

#7042de #b0de42

#7042de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7042de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7042de Color CSS Codes

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

#7042de Text Font Color

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

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


#7042de Background Color

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

This div background color is #7042de


#7042de Border Color

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

This div border color is #7042de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7042de


Comments

No comments written yet.

Please login to write comment.