Color Hex Logo

#703bca Color Hex

#703BCA
(112,59,202)
0 Favorites   0 Comments

Color spaces of #703bca

RGB 11259202
HSL0.730.570.51
HSV262°71°79°
CMYK 0.450.710.00   0.21
XYZ18.906710.836956.9724
Yxy10.83690.21800.1250
Hunter Lab32.919444.9093-79.5673
CIE-Lab39.304453.4932-65.8104

#703bca color RGB value is (112,59,202).

#703bca hex color red value is 112, green value is 59 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #703bca hue: 0.73 , saturation: 0.57 and the lightness value of 703bca is 0.51.

The process color (four color CMYK) of #703bca color hex is 0.45, 0.71, 0.00, 0.21. Web safe color of #703bca is #6633cc. Color #703bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111011 11001010
Octal 160 73 312
Decimal 112 59 202
Hex 70 3B CA

RGB Percentages of Color #703bca

%30.03
%15.82
%54.16

CMYK Percentages of Color #703bca

%45
%71
%0
%21

Triadic Colors of #703bca

#703bca #ca703b #3bca70

Analogous Colors of #703bca

#703bca #b83bca #3b4eca

Monochromatic Colors of #703bca

#703bca

Complementary Color

#703bca #95ca3b

#703bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#703bca Color CSS Codes

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

#703bca Text Font Color

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

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


#703bca Background Color

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

This div background color is #703bca


#703bca Border Color

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

This div border color is #703bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703bca


Comments

No comments written yet.

Please login to write comment.