Color Hex Logo

#701bde Color Hex

#701BDE
(112,27,222)
0 Favorites   0 Comments

Color spaces of #701bde

RGB 11227222
HSL0.740.780.49
HSV266°88°87°
CMYK 0.500.880.00   0.13
XYZ20.25889.502569.8737
Yxy9.50250.20330.0954
Hunter Lab30.826163.3637-112.8146
CIE-Lab36.934370.5073-81.2441

#701bde color RGB value is (112,27,222).

#701bde hex color red value is 112, green value is 27 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #701bde hue: 0.74 , saturation: 0.78 and the lightness value of 701bde is 0.49.

The process color (four color CMYK) of #701bde color hex is 0.50, 0.88, 0.00, 0.13. Web safe color of #701bde is #6633cc. Color #701bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011011 11011110
Octal 160 33 336
Decimal 112 27 222
Hex 70 1B DE

RGB Percentages of Color #701bde

%31.02
%7.48
%61.50

CMYK Percentages of Color #701bde

%50
%88
%0
%13

Triadic Colors of #701bde

#701bde #de701b #1bde70

Analogous Colors of #701bde

#701bde #d21bde #1b27de

Monochromatic Colors of #701bde

#701bde

Complementary Color

#701bde #89de1b

#701bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#701bde Color CSS Codes

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

#701bde Text Font Color

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

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


#701bde Background Color

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

This div background color is #701bde


#701bde Border Color

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

This div border color is #701bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701bde


Comments

No comments written yet.

Please login to write comment.