Color Hex Logo

#7042df Color Hex

#7042DF
(112,66,223)
0 Favorites   0 Comments

Color spaces of #7042df

RGB 11266223
HSL0.720.710.57
HSV258°70°87°
CMYK 0.500.700.00   0.13
XYZ21.949612.668971.1005
Yxy12.66890.20760.1198
Hunter Lab35.593447.7882-93.5209
CIE-Lab42.260155.6395-73.0655

#7042df color RGB value is (112,66,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000010 11011111
Octal 160 102 337
Decimal 112 66 223
Hex 70 42 DF

RGB Percentages of Color #7042df

%27.93
%16.46
%55.61

CMYK Percentages of Color #7042df

%50
%70
%0
%13

Triadic Colors of #7042df

#7042df #df7042 #42df70

Analogous Colors of #7042df

#7042df #bf42df #4262df

Monochromatic Colors of #7042df

#7042df

Complementary Color

#7042df #b1df42

#7042df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7042df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7042df Color CSS Codes

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

#7042df Text Font Color

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

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


#7042df Background Color

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

This div background color is #7042df


#7042df Border Color

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

This div border color is #7042df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7042df


Comments

No comments written yet.

Please login to write comment.