Color Hex Logo

#7048ae Color Hex

#7048AE
(112,72,174)
0 Favorites   0 Comments

Color spaces of #7048ae

RGB 11272174
HSL0.730.410.48
HSV264°59°68°
CMYK 0.360.590.00   0.32
XYZ16.639411.135541.3168
Yxy11.13550.24080.1612
Hunter Lab33.369930.6090-50.0507
CIE-Lab39.807839.1562-48.5743

#7048ae color RGB value is (112,72,174).

#7048ae hex color red value is 112, green value is 72 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7048ae hue: 0.73 , saturation: 0.41 and the lightness value of 7048ae is 0.48.

The process color (four color CMYK) of #7048ae color hex is 0.36, 0.59, 0.00, 0.32. Web safe color of #7048ae is #663399. Color #7048ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001000 10101110
Octal 160 110 256
Decimal 112 72 174
Hex 70 48 AE

RGB Percentages of Color #7048ae

%31.28
%20.11
%48.60

CMYK Percentages of Color #7048ae

%36
%59
%0
%32

Triadic Colors of #7048ae

#7048ae #ae7048 #48ae70

Analogous Colors of #7048ae

#7048ae #a348ae #4853ae

Monochromatic Colors of #7048ae

#7048ae

Complementary Color

#7048ae #86ae48

#7048ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7048ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7048ae Color CSS Codes

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

#7048ae Text Font Color

<p style="color:#7048ae">Text here</p>

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


#7048ae Background Color

<div style="background-color:#7048ae">
Div content here</div>

This div background color is #7048ae


#7048ae Border Color

<div style="border:3px solid #7048ae">
Div here</div>

This div border color is #7048ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,72,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7048ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7048ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7048ae;
  box-shadow:         1px 1px 3px 2px #7048ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7048ae


Comments

No comments written yet.

Please login to write comment.