Color Hex Logo

#7048ab Color Hex

#7048AB
(112,72,171)
0 Favorites   0 Comments

Color spaces of #7048ab

RGB 11272171
HSL0.730.410.48
HSV264°58°67°
CMYK 0.350.580.00   0.33
XYZ16.350111.019739.7934
Yxy11.01970.24340.1641
Hunter Lab33.195929.8243-47.8363
CIE-Lab39.613638.3624-47.1071

#7048ab color RGB value is (112,72,171).

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

The process color (four color CMYK) of #7048ab color hex is 0.35, 0.58, 0.00, 0.33. Web safe color of #7048ab is #663399. Color #7048ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001000 10101011
Octal 160 110 253
Decimal 112 72 171
Hex 70 48 AB

RGB Percentages of Color #7048ab

%31.55
%20.28
%48.17

CMYK Percentages of Color #7048ab

%35
%58
%0
%33

Triadic Colors of #7048ab

#7048ab #ab7048 #48ab70

Analogous Colors of #7048ab

#7048ab #a248ab #4852ab

Monochromatic Colors of #7048ab

#7048ab

Complementary Color

#7048ab #83ab48

#7048ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7048ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7048ab Color CSS Codes

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

#7048ab Text Font Color

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

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


#7048ab Background Color

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

This div background color is #7048ab


#7048ab Border Color

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

This div border color is #7048ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7048ab


Comments

No comments written yet.

Please login to write comment.