Color Hex Logo

#703cba Color Hex

#703CBA
(112,60,186)
0 Favorites   0 Comments

Color spaces of #703cba

RGB 11260186
HSL0.740.510.48
HSV265°68°73°
CMYK 0.400.680.00   0.27
XYZ17.160910.221647.5229
Yxy10.22160.22910.1365
Hunter Lab31.971239.8621-65.7504
CIE-Lab38.237248.8177-58.1964

#703cba color RGB value is (112,60,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111100 10111010
Octal 160 74 272
Decimal 112 60 186
Hex 70 3C BA

RGB Percentages of Color #703cba

%31.28
%16.76
%51.96

CMYK Percentages of Color #703cba

%40
%68
%0
%27

Triadic Colors of #703cba

#703cba #ba703c #3cba70

Analogous Colors of #703cba

#703cba #af3cba #3c47ba

Monochromatic Colors of #703cba

#703cba

Complementary Color

#703cba #86ba3c

#703cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#703cba Color CSS Codes

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

#703cba Text Font Color

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

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


#703cba Background Color

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

This div background color is #703cba


#703cba Border Color

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

This div border color is #703cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703cba


Comments

No comments written yet.

Please login to write comment.