Color Hex Logo

#701ebb Color Hex

#701EBB
(112,30,187)
0 Favorites   0 Comments

Color spaces of #701ebb

RGB 11230187
HSL0.750.720.43
HSV271°84°73°
CMYK 0.400.840.00   0.27
XYZ16.11607.961147.7010
Yxy7.96110.22450.1109
Hunter Lab28.215452.5781-80.4849
CIE-Lab33.901761.6491-65.8607

#701ebb color RGB value is (112,30,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011110 10111011
Octal 160 36 273
Decimal 112 30 187
Hex 70 1E BB

RGB Percentages of Color #701ebb

%34.04
%9.12
%56.84

CMYK Percentages of Color #701ebb

%40
%84
%0
%27

Triadic Colors of #701ebb

#701ebb #bb701e #1ebb70

Analogous Colors of #701ebb

#701ebb #bb1eb8 #211ebb

Monochromatic Colors of #701ebb

#701ebb

Complementary Color

#701ebb #69bb1e

#701ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#701ebb Color CSS Codes

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

#701ebb Text Font Color

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

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


#701ebb Background Color

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

This div background color is #701ebb


#701ebb Border Color

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

This div border color is #701ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701ebb


Comments

No comments written yet.

Please login to write comment.