Color Hex Logo

#701afc Color Hex

#701AFC
(112,26,252)
0 Favorites   0 Comments

Color spaces of #701afc

RGB 11226252
HSL0.730.970.55
HSV263°90°99°
CMYK 0.560.900.00   0.01
XYZ24.622211.211892.9618
Yxy11.21180.19120.0871
Hunter Lab33.484072.6614-141.1682
CIE-Lab39.934977.6384-93.2943

#701afc color RGB value is (112,26,252).

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

The process color (four color CMYK) of #701afc color hex is 0.56, 0.90, 0.00, 0.01. Web safe color of #701afc is #6633ff. Color #701afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011010 11111100
Octal 160 32 374
Decimal 112 26 252
Hex 70 1A FC

RGB Percentages of Color #701afc

%28.72
%6.67
%64.62

CMYK Percentages of Color #701afc

%56
%90
%0
%1

Triadic Colors of #701afc

#701afc #fc701a #1afc70

Analogous Colors of #701afc

#701afc #e11afc #1a35fc

Monochromatic Colors of #701afc

#701afc

Complementary Color

#701afc #a6fc1a

#701afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#701afc Color CSS Codes

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

#701afc Text Font Color

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

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


#701afc Background Color

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

This div background color is #701afc


#701afc Border Color

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

This div border color is #701afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701afc

Related Colors


Comments

No comments written yet.

Please login to write comment.