Color Hex Logo

#7049df Color Hex

#7049DF
(112,73,223)
0 Favorites   0 Comments

Color spaces of #7049df

RGB 11273223
HSL0.710.700.58
HSV256°67°87°
CMYK 0.500.670.00   0.13
XYZ22.383913.537571.2453
Yxy13.53750.20890.1263
Hunter Lab36.793344.2054-89.0517
CIE-Lab43.562252.0368-70.9381

#7049df color RGB value is (112,73,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001001 11011111
Octal 160 111 337
Decimal 112 73 223
Hex 70 49 DF

RGB Percentages of Color #7049df

%27.45
%17.89
%54.66

CMYK Percentages of Color #7049df

%50
%67
%0
%13

Triadic Colors of #7049df

#7049df #df7049 #49df70

Analogous Colors of #7049df

#7049df #bb49df #496ddf

Monochromatic Colors of #7049df

#7049df

Complementary Color

#7049df #b8df49

#7049df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7049df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7049df Color CSS Codes

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

#7049df Text Font Color

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

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


#7049df Background Color

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

This div background color is #7049df


#7049df Border Color

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

This div border color is #7049df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7049df


Comments

No comments written yet.

Please login to write comment.