Color Hex Logo

#7003ab Color Hex

#7003AB
(112,3,171)
0 Favorites   0 Comments

Color spaces of #7003ab

RGB 1123171
HSL0.770.970.34
HSV279°98°67°
CMYK 0.350.980.00   0.33
XYZ14.06536.450139.0318
Yxy6.45010.23620.1083
Hunter Lab25.397054.4114-73.3427
CIE-Lab30.520863.9477-61.8663

#7003ab color RGB value is (112,3,171).

#7003ab hex color red value is 112, green value is 3 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7003ab hue: 0.77 , saturation: 0.97 and the lightness value of 7003ab is 0.34.

The process color (four color CMYK) of #7003ab color hex is 0.35, 0.98, 0.00, 0.33. Web safe color of #7003ab is #660099. Color #7003ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000011 10101011
Octal 160 3 253
Decimal 112 3 171
Hex 70 3 AB

RGB Percentages of Color #7003ab

%39.16
%1.05
%59.79

CMYK Percentages of Color #7003ab

%35
%98
%0
%33

Triadic Colors of #7003ab

#7003ab #ab7003 #03ab70

Analogous Colors of #7003ab

#7003ab #ab0392 #1c03ab

Monochromatic Colors of #7003ab

#7003ab

Complementary Color

#7003ab #3eab03

#7003ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7003ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7003ab Color CSS Codes

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

#7003ab Text Font Color

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

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


#7003ab Background Color

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

This div background color is #7003ab


#7003ab Border Color

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

This div border color is #7003ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7003ab


Comments

No comments written yet.

Please login to write comment.