Color Hex Logo

#701ac3 Color Hex

#701AC3
(112,26,195)
0 Favorites   0 Comments

Color spaces of #701ac3

RGB 11226195
HSL0.750.760.43
HSV271°87°76°
CMYK 0.430.870.00   0.24
XYZ16.90188.123752.3070
Yxy8.12370.21860.1050
Hunter Lab28.502155.9721-88.8574
CIE-Lab34.239264.6213-70.0185

#701ac3 color RGB value is (112,26,195).

#701ac3 hex color red value is 112, green value is 26 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #701ac3 hue: 0.75 , saturation: 0.76 and the lightness value of 701ac3 is 0.43.

The process color (four color CMYK) of #701ac3 color hex is 0.43, 0.87, 0.00, 0.24. Web safe color of #701ac3 is #6633cc. Color #701ac3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011010 11000011
Octal 160 32 303
Decimal 112 26 195
Hex 70 1A C3

RGB Percentages of Color #701ac3

%33.63
%7.81
%58.56

CMYK Percentages of Color #701ac3

%43
%87
%0
%24

Triadic Colors of #701ac3

#701ac3 #c3701a #1ac370

Analogous Colors of #701ac3

#701ac3 #c31ac2 #1c1ac3

Monochromatic Colors of #701ac3

#701ac3

Complementary Color

#701ac3 #6dc31a

#701ac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701ac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701ac3 Color CSS Codes

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

#701ac3 Text Font Color

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

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


#701ac3 Background Color

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

This div background color is #701ac3


#701ac3 Border Color

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

This div border color is #701ac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701ac3


Comments

No comments written yet.

Please login to write comment.