Color Hex Logo

#711afb Color Hex

#711AFB
(113,26,251)
0 Favorites   0 Comments

Color spaces of #711afb

RGB 11326251
HSL0.730.970.54
HSV263°90°98°
CMYK 0.550.900.00   0.02
XYZ24.592011.214592.1353
Yxy11.21450.19220.0877
Hunter Lab33.488172.4776-139.6822
CIE-Lab39.939477.4887-92.7226

#711afb color RGB value is (113,26,251).

#711afb hex color red value is 113, green value is 26 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #711afb hue: 0.73 , saturation: 0.97 and the lightness value of 711afb is 0.54.

The process color (four color CMYK) of #711afb color hex is 0.55, 0.90, 0.00, 0.02. Web safe color of #711afb is #6633ff. Color #711afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011010 11111011
Octal 161 32 373
Decimal 113 26 251
Hex 71 1A FB

RGB Percentages of Color #711afb

%28.97
%6.67
%64.36

CMYK Percentages of Color #711afb

%55
%90
%0
%2

Triadic Colors of #711afb

#711afb #fb711a #1afb71

Analogous Colors of #711afb

#711afb #e21afb #1a33fb

Monochromatic Colors of #711afb

#711afb

Complementary Color

#711afb #a4fb1a

#711afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#711afb Color CSS Codes

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

#711afb Text Font Color

<p style="color:#711afb">Text here</p>

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


#711afb Background Color

<div style="background-color:#711afb">
Div content here</div>

This div background color is #711afb


#711afb Border Color

<div style="border:3px solid #711afb">
Div here</div>

This div border color is #711afb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,26,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #711afb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #711afb;
  -webkit-box-shadow: 1px 1px 3px 2px #711afb;
  box-shadow:         1px 1px 3px 2px #711afb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711afb


Comments

No comments written yet.

Please login to write comment.