Color Hex Logo

#703ffe Color Hex

#703FFE
(112,63,254)
0 Favorites   0 Comments

Color spaces of #703ffe

RGB 11263254
HSL0.710.990.62
HSV255°75°100°
CMYK 0.560.750.00   0.00
XYZ26.349014.155595.1095
Yxy14.15550.19430.1044
Hunter Lab37.623859.1669-123.5430
CIE-Lab44.455165.4384-86.9509

#703ffe color RGB value is (112,63,254).

#703ffe hex color red value is 112, green value is 63 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #703ffe hue: 0.71 , saturation: 0.99 and the lightness value of 703ffe is 0.62.

The process color (four color CMYK) of #703ffe color hex is 0.56, 0.75, 0.00, 0.00. Web safe color of #703ffe is #6633ff. Color #703ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111111 11111110
Octal 160 77 376
Decimal 112 63 254
Hex 70 3F FE

RGB Percentages of Color #703ffe

%26.11
%14.69
%59.21

CMYK Percentages of Color #703ffe

%56
%75
%0
%0

Triadic Colors of #703ffe

#703ffe #fe703f #3ffe70

Analogous Colors of #703ffe

#703ffe #d03ffe #3f6efe

Monochromatic Colors of #703ffe

#703ffe

Complementary Color

#703ffe #cdfe3f

#703ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#703ffe Color CSS Codes

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

#703ffe Text Font Color

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

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


#703ffe Background Color

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

This div background color is #703ffe


#703ffe Border Color

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

This div border color is #703ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703ffe


Comments

No comments written yet.

Please login to write comment.