Color Hex Logo

#703aba Color Hex

#703ABA
(112,58,186)
0 Favorites   0 Comments

Color spaces of #703aba

RGB 11258186
HSL0.740.520.48
HSV265°69°73°
CMYK 0.400.690.00   0.27
XYZ17.058110.016047.4886
Yxy10.01600.22880.1343
Hunter Lab31.648140.8262-66.8123
CIE-Lab37.871149.8304-58.7911

#703aba color RGB value is (112,58,186).

#703aba hex color red value is 112, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #703aba hue: 0.74 , saturation: 0.52 and the lightness value of 703aba is 0.48.

The process color (four color CMYK) of #703aba color hex is 0.40, 0.69, 0.00, 0.27. Web safe color of #703aba is #6633cc. Color #703aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111010 10111010
Octal 160 72 272
Decimal 112 58 186
Hex 70 3A BA

RGB Percentages of Color #703aba

%31.46
%16.29
%52.25

CMYK Percentages of Color #703aba

%40
%69
%0
%27

Triadic Colors of #703aba

#703aba #ba703a #3aba70

Analogous Colors of #703aba

#703aba #b03aba #3a44ba

Monochromatic Colors of #703aba

#703aba

Complementary Color

#703aba #84ba3a

#703aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#703aba Color CSS Codes

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

#703aba Text Font Color

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

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


#703aba Background Color

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

This div background color is #703aba


#703aba Border Color

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

This div border color is #703aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703aba


Comments

No comments written yet.

Please login to write comment.