Color Hex Logo

#701abc Color Hex

#701ABC
(112,26,188)
0 Favorites   0 Comments

Color spaces of #701abc

RGB 11226188
HSL0.760.760.42
HSV272°86°74°
CMYK 0.400.860.00   0.26
XYZ16.12867.814448.2352
Yxy7.81440.22350.1083
Hunter Lab27.954254.0682-82.7372
CIE-Lab33.593363.0506-66.9573

#701abc color RGB value is (112,26,188).

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

The process color (four color CMYK) of #701abc color hex is 0.40, 0.86, 0.00, 0.26. Web safe color of #701abc is #6633cc. Color #701abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011010 10111100
Octal 160 32 274
Decimal 112 26 188
Hex 70 1A BC

RGB Percentages of Color #701abc

%34.36
%7.98
%57.67

CMYK Percentages of Color #701abc

%40
%86
%0
%26

Triadic Colors of #701abc

#701abc #bc701a #1abc70

Analogous Colors of #701abc

#701abc #bc1ab7 #1f1abc

Monochromatic Colors of #701abc

#701abc

Complementary Color

#701abc #66bc1a

#701abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#701abc Color CSS Codes

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

#701abc Text Font Color

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

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


#701abc Background Color

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

This div background color is #701abc


#701abc Border Color

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

This div border color is #701abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701abc


Comments

No comments written yet.

Please login to write comment.