Color Hex Logo

#711dfc Color Hex

#711DFC
(113,29,252)
0 Favorites   0 Comments

Color spaces of #711dfc

RGB 11329252
HSL0.730.970.55
HSV263°88°99°
CMYK 0.550.880.00   0.01
XYZ24.820111.417792.9911
Yxy11.41770.19210.0884
Hunter Lab33.790171.9824-139.5144
CIE-Lab40.275377.0231-92.7275

#711dfc color RGB value is (113,29,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011101 11111100
Octal 161 35 374
Decimal 113 29 252
Hex 71 1D FC

RGB Percentages of Color #711dfc

%28.68
%7.36
%63.96

CMYK Percentages of Color #711dfc

%55
%88
%0
%1

Triadic Colors of #711dfc

#711dfc #fc711d #1dfc71

Analogous Colors of #711dfc

#711dfc #e11dfc #1d38fc

Monochromatic Colors of #711dfc

#711dfc

Complementary Color

#711dfc #a8fc1d

#711dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#711dfc Color CSS Codes

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

#711dfc Text Font Color

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

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


#711dfc Background Color

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

This div background color is #711dfc


#711dfc Border Color

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

This div border color is #711dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.