Color Hex Logo

#701ffa Color Hex

#701FFA
(112,31,250)
0 Favorites   0 Comments

Color spaces of #701ffa

RGB 11231250
HSL0.730.960.55
HSV262°88°98°
CMYK 0.550.880.00   0.02
XYZ24.427411.326891.3413
Yxy11.32680.19220.0891
Hunter Lab33.655370.6605-137.3557
CIE-Lab40.125575.9741-91.8568

#701ffa color RGB value is (112,31,250).

#701ffa hex color red value is 112, green value is 31 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #701ffa hue: 0.73 , saturation: 0.96 and the lightness value of 701ffa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011111 11111010
Octal 160 37 372
Decimal 112 31 250
Hex 70 1F FA

RGB Percentages of Color #701ffa

%28.50
%7.89
%63.61

CMYK Percentages of Color #701ffa

%55
%88
%0
%2

Triadic Colors of #701ffa

#701ffa #fa701f #1ffa70

Analogous Colors of #701ffa

#701ffa #de1ffa #1f3cfa

Monochromatic Colors of #701ffa

#701ffa

Complementary Color

#701ffa #a9fa1f

#701ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#701ffa Color CSS Codes

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

#701ffa Text Font Color

<p style="color:#701ffa">Text here</p>

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


#701ffa Background Color

<div style="background-color:#701ffa">
Div content here</div>

This div background color is #701ffa


#701ffa Border Color

<div style="border:3px solid #701ffa">
Div here</div>

This div border color is #701ffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,31,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #701ffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #701ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #701ffa;
  box-shadow:         1px 1px 3px 2px #701ffa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701ffa


Comments

No comments written yet.

Please login to write comment.