Color Hex Logo

#711fda Color Hex

#711FDA
(113,31,218)
0 Favorites   0 Comments

Color spaces of #711fda

RGB 11331218
HSL0.740.750.49
HSV266°86°85°
CMYK 0.480.860.00   0.15
XYZ19.95499.552667.1218
Yxy9.55260.20650.0989
Hunter Lab30.907361.1586-107.1259
CIE-Lab37.027268.6060-78.7888

#711fda color RGB value is (113,31,218).

#711fda hex color red value is 113, green value is 31 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #711fda hue: 0.74 , saturation: 0.75 and the lightness value of 711fda is 0.49.

The process color (four color CMYK) of #711fda color hex is 0.48, 0.86, 0.00, 0.15. Web safe color of #711fda is #6633cc. Color #711fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011111 11011010
Octal 161 37 332
Decimal 113 31 218
Hex 71 1F DA

RGB Percentages of Color #711fda

%31.22
%8.56
%60.22

CMYK Percentages of Color #711fda

%48
%86
%0
%15

Triadic Colors of #711fda

#711fda #da711f #1fda71

Analogous Colors of #711fda

#711fda #cf1fda #1f2ada

Monochromatic Colors of #711fda

#711fda

Complementary Color

#711fda #88da1f

#711fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#711fda Color CSS Codes

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

#711fda Text Font Color

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

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


#711fda Background Color

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

This div background color is #711fda


#711fda Border Color

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

This div border color is #711fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711fda


Comments

No comments written yet.

Please login to write comment.