Color Hex Logo

#703abb Color Hex

#703ABB
(112,58,187)
0 Favorites   0 Comments

Color spaces of #703abb

RGB 11258187
HSL0.740.530.48
HSV265°69°73°
CMYK 0.400.690.00   0.27
XYZ17.164810.058748.0505
Yxy10.05870.22800.1336
Hunter Lab31.715541.1044-67.6265
CIE-Lab37.947650.0877-59.2552

#703abb color RGB value is (112,58,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111010 10111011
Octal 160 72 273
Decimal 112 58 187
Hex 70 3A BB

RGB Percentages of Color #703abb

%31.37
%16.25
%52.38

CMYK Percentages of Color #703abb

%40
%69
%0
%27

Triadic Colors of #703abb

#703abb #bb703a #3abb70

Analogous Colors of #703abb

#703abb #b13abb #3a45bb

Monochromatic Colors of #703abb

#703abb

Complementary Color

#703abb #85bb3a

#703abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#703abb Color CSS Codes

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

#703abb Text Font Color

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

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


#703abb Background Color

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

This div background color is #703abb


#703abb Border Color

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

This div border color is #703abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703abb


Comments

No comments written yet.

Please login to write comment.