Color Hex Logo

#703add Color Hex

#703ADD
(112,58,221)
0 Favorites   0 Comments

Color spaces of #703add

RGB 11258221
HSL0.720.710.55
HSV260°74°87°
CMYK 0.490.740.00   0.13
XYZ21.246311.691369.5435
Yxy11.69130.20730.1141
Hunter Lab34.192551.0780-96.6539
CIE-Lab40.721258.9604-74.4427

#703add color RGB value is (112,58,221).

#703add hex color red value is 112, green value is 58 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #703add hue: 0.72 , saturation: 0.71 and the lightness value of 703add is 0.55.

The process color (four color CMYK) of #703add color hex is 0.49, 0.74, 0.00, 0.13. Web safe color of #703add is #6633cc. Color #703add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111010 11011101
Octal 160 72 335
Decimal 112 58 221
Hex 70 3A DD

RGB Percentages of Color #703add

%28.64
%14.83
%56.52

CMYK Percentages of Color #703add

%49
%74
%0
%13

Triadic Colors of #703add

#703add #dd703a #3add70

Analogous Colors of #703add

#703add #c23add #3a56dd

Monochromatic Colors of #703add

#703add

Complementary Color

#703add #a7dd3a

#703add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703add Color Preview on White Background

Lorem ipsum dolor sit amet.

#703add Color CSS Codes

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

#703add Text Font Color

<p style="color:#703add">Text here</p>

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


#703add Background Color

<div style="background-color:#703add">
Div content here</div>

This div background color is #703add


#703add Border Color

<div style="border:3px solid #703add">
Div here</div>

This div border color is #703add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,58,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #703add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #703add;
  -webkit-box-shadow: 1px 1px 3px 2px #703add;
  box-shadow:         1px 1px 3px 2px #703add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703add


Comments

No comments written yet.

Please login to write comment.