Color Hex Logo

#703bbb Color Hex

#703BBB
(112,59,187)
0 Favorites   0 Comments

Color spaces of #703bbb

RGB 11259187
HSL0.740.520.48
HSV265°68°73°
CMYK 0.400.680.00   0.27
XYZ17.215710.160548.0675
Yxy10.16050.22820.1347
Hunter Lab31.875540.6241-67.0949
CIE-Lab38.129049.5850-58.9604

#703bbb color RGB value is (112,59,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111011 10111011
Octal 160 73 273
Decimal 112 59 187
Hex 70 3B BB

RGB Percentages of Color #703bbb

%31.28
%16.48
%52.23

CMYK Percentages of Color #703bbb

%40
%68
%0
%27

Triadic Colors of #703bbb

#703bbb #bb703b #3bbb70

Analogous Colors of #703bbb

#703bbb #b03bbb #3b46bb

Monochromatic Colors of #703bbb

#703bbb

Complementary Color

#703bbb #86bb3b

#703bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#703bbb Color CSS Codes

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

#703bbb Text Font Color

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

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


#703bbb Background Color

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

This div background color is #703bbb


#703bbb Border Color

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

This div border color is #703bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703bbb


Comments

No comments written yet.

Please login to write comment.