Color Hex Logo

#701bff Color Hex

#701BFF
(112,27,255)
0 Favorites   0 Comments

Color spaces of #701bff

RGB 11227255
HSL0.731.000.55
HSV262°89°100°
CMYK 0.560.890.00   0.00
XYZ25.124011.448695.4934
Yxy11.44860.19020.0867
Hunter Lab33.835873.3286-143.6468
CIE-Lab40.326078.1036-94.3270

#701bff color RGB value is (112,27,255).

#701bff hex color red value is 112, green value is 27 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #701bff hue: 0.73 , saturation: 1.00 and the lightness value of 701bff is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011011 11111111
Octal 160 33 377
Decimal 112 27 255
Hex 70 1B FF

RGB Percentages of Color #701bff

%28.43
%6.85
%64.72

CMYK Percentages of Color #701bff

%56
%89
%0
%0

Triadic Colors of #701bff

#701bff #ff701b #1bff70

Analogous Colors of #701bff

#701bff #e21bff #1b38ff

Monochromatic Colors of #701bff

#701bff

Complementary Color

#701bff #aaff1b

#701bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#701bff Color CSS Codes

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

#701bff Text Font Color

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

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


#701bff Background Color

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

This div background color is #701bff


#701bff Border Color

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

This div border color is #701bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701bff


Comments

No comments written yet.

Please login to write comment.