Color Hex Logo

#701aec Color Hex

#701AEC
(112,26,236)
0 Favorites   0 Comments

Color spaces of #701aec

RGB 11226236
HSL0.730.850.51
HSV265°89°93°
CMYK 0.530.890.00   0.07
XYZ22.191810.239780.1637
Yxy10.23970.19710.0909
Hunter Lab31.999567.7913-126.1308
CIE-Lab38.269273.9655-87.0260

#701aec color RGB value is (112,26,236).

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

The process color (four color CMYK) of #701aec color hex is 0.53, 0.89, 0.00, 0.07. Web safe color of #701aec is #6633ff. Color #701aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011010 11101100
Octal 160 32 354
Decimal 112 26 236
Hex 70 1A EC

RGB Percentages of Color #701aec

%29.95
%6.95
%63.10

CMYK Percentages of Color #701aec

%53
%89
%0
%7

Triadic Colors of #701aec

#701aec #ec701a #1aec70

Analogous Colors of #701aec

#701aec #d91aec #1a2dec

Monochromatic Colors of #701aec

#701aec

Complementary Color

#701aec #96ec1a

#701aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#701aec Color CSS Codes

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

#701aec Text Font Color

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

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


#701aec Background Color

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

This div background color is #701aec


#701aec Border Color

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

This div border color is #701aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701aec


Comments

No comments written yet.

Please login to write comment.