Color Hex Logo

#703bae Color Hex

#703BAE
(112,59,174)
0 Favorites   0 Comments

Color spaces of #703bae

RGB 11259174
HSL0.740.490.46
HSV268°66°68°
CMYK 0.360.660.00   0.32
XYZ15.88609.628741.0656
Yxy9.62870.23860.1446
Hunter Lab31.030137.0810-56.7439
CIE-Lab37.167646.2492-52.8322

#703bae color RGB value is (112,59,174).

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

The process color (four color CMYK) of #703bae color hex is 0.36, 0.66, 0.00, 0.32. Web safe color of #703bae is #663399. Color #703bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111011 10101110
Octal 160 73 256
Decimal 112 59 174
Hex 70 3B AE

RGB Percentages of Color #703bae

%32.46
%17.10
%50.43

CMYK Percentages of Color #703bae

%36
%66
%0
%32

Triadic Colors of #703bae

#703bae #ae703b #3bae70

Analogous Colors of #703bae

#703bae #aa3bae #3b40ae

Monochromatic Colors of #703bae

#703bae

Complementary Color

#703bae #79ae3b

#703bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#703bae Color CSS Codes

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

#703bae Text Font Color

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

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


#703bae Background Color

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

This div background color is #703bae


#703bae Border Color

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

This div border color is #703bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703bae


Comments

No comments written yet.

Please login to write comment.