Color Hex Logo

#703aca Color Hex

#703ACA
(112,58,202)
0 Favorites   0 Comments

Color spaces of #703aca

RGB 11258202
HSL0.730.580.51
HSV263°71°79°
CMYK 0.450.710.00   0.21
XYZ18.855810.735156.9554
Yxy10.73510.21790.1240
Hunter Lab32.764545.3881-80.1304
CIE-Lab39.130753.9798-66.0939

#703aca color RGB value is (112,58,202).

#703aca hex color red value is 112, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #703aca hue: 0.73 , saturation: 0.58 and the lightness value of 703aca is 0.51.

The process color (four color CMYK) of #703aca color hex is 0.45, 0.71, 0.00, 0.21. Web safe color of #703aca is #6633cc. Color #703aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111010 11001010
Octal 160 72 312
Decimal 112 58 202
Hex 70 3A CA

RGB Percentages of Color #703aca

%30.11
%15.59
%54.30

CMYK Percentages of Color #703aca

%45
%71
%0
%21

Triadic Colors of #703aca

#703aca #ca703a #3aca70

Analogous Colors of #703aca

#703aca #b83aca #3a4cca

Monochromatic Colors of #703aca

#703aca

Complementary Color

#703aca #94ca3a

#703aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#703aca Color CSS Codes

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

#703aca Text Font Color

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

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


#703aca Background Color

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

This div background color is #703aca


#703aca Border Color

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

This div border color is #703aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703aca


Comments

No comments written yet.

Please login to write comment.