Color Hex Logo

#711afd Color Hex

#711AFD
(113,26,253)
0 Favorites   0 Comments

Color spaces of #711afd

RGB 11326253
HSL0.730.980.55
HSV263°90°99°
CMYK 0.550.900.00   0.01
XYZ24.909111.341393.8048
Yxy11.34130.19150.0872
Hunter Lab33.676873.0932-141.5749
CIE-Lab40.149577.9469-93.4962

#711afd color RGB value is (113,26,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011010 11111101
Octal 161 32 375
Decimal 113 26 253
Hex 71 1A FD

RGB Percentages of Color #711afd

%28.83
%6.63
%64.54

CMYK Percentages of Color #711afd

%55
%90
%0
%1

Triadic Colors of #711afd

#711afd #fd711a #1afd71

Analogous Colors of #711afd

#711afd #e31afd #1a35fd

Monochromatic Colors of #711afd

#711afd

Complementary Color

#711afd #a6fd1a

#711afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#711afd Color CSS Codes

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

#711afd Text Font Color

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

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


#711afd Background Color

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

This div background color is #711afd


#711afd Border Color

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

This div border color is #711afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711afd


Comments

No comments written yet.

Please login to write comment.