Color Hex Logo

#703abe Color Hex

#703ABE
(112,58,190)
0 Favorites   0 Comments

Color spaces of #703abe

RGB 11258190
HSL0.730.530.49
HSV265°69°75°
CMYK 0.410.690.00   0.25
XYZ17.489410.188649.7600
Yxy10.18860.22590.1316
Hunter Lab31.919641.9446-70.0845
CIE-Lab38.178850.8614-60.6412

#703abe color RGB value is (112,58,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111010 10111110
Octal 160 72 276
Decimal 112 58 190
Hex 70 3A BE

RGB Percentages of Color #703abe

%31.11
%16.11
%52.78

CMYK Percentages of Color #703abe

%41
%69
%0
%25

Triadic Colors of #703abe

#703abe #be703a #3abe70

Analogous Colors of #703abe

#703abe #b23abe #3a46be

Monochromatic Colors of #703abe

#703abe

Complementary Color

#703abe #88be3a

#703abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#703abe Color CSS Codes

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

#703abe Text Font Color

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

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


#703abe Background Color

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

This div background color is #703abe


#703abe Border Color

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

This div border color is #703abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703abe


Comments

No comments written yet.

Please login to write comment.