Color Hex Logo

#703cfb Color Hex

#703CFB
(112,60,251)
0 Favorites   0 Comments

Color spaces of #703cfb

RGB 11260251
HSL0.710.960.61
HSV256°76°98°
CMYK 0.550.760.00   0.02
XYZ25.710513.641592.5448
Yxy13.64150.19490.1034
Hunter Lab36.934459.6209-122.7061
CIE-Lab43.714365.9763-86.4940

#703cfb color RGB value is (112,60,251).

#703cfb hex color red value is 112, green value is 60 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #703cfb hue: 0.71 , saturation: 0.96 and the lightness value of 703cfb is 0.61.

The process color (four color CMYK) of #703cfb color hex is 0.55, 0.76, 0.00, 0.02. Web safe color of #703cfb is #6633ff. Color #703cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111100 11111011
Octal 160 74 373
Decimal 112 60 251
Hex 70 3C FB

RGB Percentages of Color #703cfb

%26.48
%14.18
%59.34

CMYK Percentages of Color #703cfb

%55
%76
%0
%2

Triadic Colors of #703cfb

#703cfb #fb703c #3cfb70

Analogous Colors of #703cfb

#703cfb #d03cfb #3c68fb

Monochromatic Colors of #703cfb

#703cfb

Complementary Color

#703cfb #c7fb3c

#703cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#703cfb Color CSS Codes

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

#703cfb Text Font Color

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

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


#703cfb Background Color

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

This div background color is #703cfb


#703cfb Border Color

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

This div border color is #703cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703cfb


Comments

No comments written yet.

Please login to write comment.