Color Hex Logo

#703ada Color Hex

#703ADA
(112,58,218)
0 Favorites   0 Comments

Color spaces of #703ada

RGB 11258218
HSL0.720.680.54
HSV260°73°85°
CMYK 0.490.730.00   0.15
XYZ20.850011.532867.4568
Yxy11.53280.20880.1155
Hunter Lab33.960050.1615-93.9994
CIE-Lab40.463758.1718-73.1464

#703ada color RGB value is (112,58,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111010 11011010
Octal 160 72 332
Decimal 112 58 218
Hex 70 3A DA

RGB Percentages of Color #703ada

%28.87
%14.95
%56.19

CMYK Percentages of Color #703ada

%49
%73
%0
%15

Triadic Colors of #703ada

#703ada #da703a #3ada70

Analogous Colors of #703ada

#703ada #c03ada #3a54da

Monochromatic Colors of #703ada

#703ada

Complementary Color

#703ada #a4da3a

#703ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#703ada Color CSS Codes

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

#703ada Text Font Color

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

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


#703ada Background Color

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

This div background color is #703ada


#703ada Border Color

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

This div border color is #703ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703ada


Comments

No comments written yet.

Please login to write comment.