Color Hex Logo

#711fff Color Hex

#711FFF
(113,31,255)
0 Favorites   0 Comments

Color spaces of #711fff

RGB 11331255
HSL0.731.000.56
HSV262°88°100°
CMYK 0.560.880.00   0.00
XYZ25.350011.710795.5320
Yxy11.71070.19120.0883
Hunter Lab34.220972.3418-141.5610
CIE-Lab40.752677.2241-93.6173

#711fff color RGB value is (113,31,255).

#711fff hex color red value is 113, green value is 31 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #711fff hue: 0.73 , saturation: 1.00 and the lightness value of 711fff is 0.56.

The process color (four color CMYK) of #711fff color hex is 0.56, 0.88, 0.00, 0.00. Web safe color of #711fff is #6633ff. Color #711fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011111 11111111
Octal 161 37 377
Decimal 113 31 255
Hex 71 1F FF

RGB Percentages of Color #711fff

%28.32
%7.77
%63.91

CMYK Percentages of Color #711fff

%56
%88
%0
%0

Triadic Colors of #711fff

#711fff #ff711f #1fff71

Analogous Colors of #711fff

#711fff #e11fff #1f3dff

Monochromatic Colors of #711fff

#711fff

Complementary Color

#711fff #adff1f

#711fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#711fff Color CSS Codes

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

#711fff Text Font Color

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

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


#711fff Background Color

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

This div background color is #711fff


#711fff Border Color

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

This div border color is #711fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,31,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 #711fff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711fff


Comments

No comments written yet.

Please login to write comment.