Color Hex Logo

#701fba Color Hex

#701FBA
(112,31,186)
0 Favorites   0 Comments

Color spaces of #701fba

RGB 11231186
HSL0.750.710.43
HSV271°83°73°
CMYK 0.400.830.00   0.27
XYZ16.03507.969947.1476
Yxy7.96990.22540.1120
Hunter Lab28.231051.9824-79.2564
CIE-Lab33.920161.1054-65.2393

#701fba color RGB value is (112,31,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011111 10111010
Octal 160 37 272
Decimal 112 31 186
Hex 70 1F BA

RGB Percentages of Color #701fba

%34.04
%9.42
%56.53

CMYK Percentages of Color #701fba

%40
%83
%0
%27

Triadic Colors of #701fba

#701fba #ba701f #1fba70

Analogous Colors of #701fba

#701fba #ba1fb7 #221fba

Monochromatic Colors of #701fba

#701fba

Complementary Color

#701fba #69ba1f

#701fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#701fba Color CSS Codes

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

#701fba Text Font Color

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

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


#701fba Background Color

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

This div background color is #701fba


#701fba Border Color

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

This div border color is #701fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701fba


Comments

No comments written yet.

Please login to write comment.