Color Hex Logo

#703ebb Color Hex

#703EBB
(112,62,187)
0 Favorites   0 Comments

Color spaces of #703ebb

RGB 11262187
HSL0.730.500.49
HSV264°67°73°
CMYK 0.400.670.00   0.27
XYZ17.374410.477848.1204
Yxy10.47780.22870.1379
Hunter Lab32.369439.1640-65.4819
CIE-Lab38.686748.0477-58.0547

#703ebb color RGB value is (112,62,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111110 10111011
Octal 160 76 273
Decimal 112 62 187
Hex 70 3E BB

RGB Percentages of Color #703ebb

%31.02
%17.17
%51.80

CMYK Percentages of Color #703ebb

%40
%67
%0
%27

Triadic Colors of #703ebb

#703ebb #bb703e #3ebb70

Analogous Colors of #703ebb

#703ebb #af3ebb #3e4bbb

Monochromatic Colors of #703ebb

#703ebb

Complementary Color

#703ebb #89bb3e

#703ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#703ebb Color CSS Codes

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

#703ebb Text Font Color

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

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


#703ebb Background Color

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

This div background color is #703ebb


#703ebb Border Color

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

This div border color is #703ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,62,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 #703ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703ebb


Comments

No comments written yet.

Please login to write comment.