Color Hex Logo

#711dad Color Hex

#711DAD
(113,29,173)
0 Favorites   0 Comments

Color spaces of #711dad

RGB 11329173
HSL0.760.710.40
HSV275°83°68°
CMYK 0.350.830.00   0.32
XYZ14.79227.406640.1851
Yxy7.40660.23710.1187
Hunter Lab27.215149.3937-68.4956
CIE-Lab32.715258.9687-59.4686

#711dad color RGB value is (113,29,173).

#711dad hex color red value is 113, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #711dad hue: 0.76 , saturation: 0.71 and the lightness value of 711dad is 0.40.

The process color (four color CMYK) of #711dad color hex is 0.35, 0.83, 0.00, 0.32. Web safe color of #711dad is #663399. Color #711dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011101 10101101
Octal 161 35 255
Decimal 113 29 173
Hex 71 1D AD

RGB Percentages of Color #711dad

%35.87
%9.21
%54.92

CMYK Percentages of Color #711dad

%35
%83
%0
%32

Triadic Colors of #711dad

#711dad #ad711d #1dad71

Analogous Colors of #711dad

#711dad #ad1da1 #291dad

Monochromatic Colors of #711dad

#711dad

Complementary Color

#711dad #59ad1d

#711dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#711dad Color CSS Codes

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

#711dad Text Font Color

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

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


#711dad Background Color

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

This div background color is #711dad


#711dad Border Color

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

This div border color is #711dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711dad


Comments

No comments written yet.

Please login to write comment.