Color Hex Logo

#711aac Color Hex

#711AAC
(113,26,172)
0 Favorites   0 Comments

Color spaces of #711aac

RGB 11326172
HSL0.770.740.39
HSV276°85°67°
CMYK 0.340.850.00   0.33
XYZ14.62587.228139.6540
Yxy7.22810.23780.1175
Hunter Lab26.885150.0570-68.6297
CIE-Lab32.320659.6570-59.5140

#711aac color RGB value is (113,26,172).

#711aac hex color red value is 113, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #711aac hue: 0.77 , saturation: 0.74 and the lightness value of 711aac is 0.39.

The process color (four color CMYK) of #711aac color hex is 0.34, 0.85, 0.00, 0.33. Web safe color of #711aac is #663399. Color #711aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011010 10101100
Octal 161 32 254
Decimal 113 26 172
Hex 71 1A AC

RGB Percentages of Color #711aac

%36.33
%8.36
%55.31

CMYK Percentages of Color #711aac

%34
%85
%0
%33

Triadic Colors of #711aac

#711aac #ac711a #1aac71

Analogous Colors of #711aac

#711aac #ac1a9e #281aac

Monochromatic Colors of #711aac

#711aac

Complementary Color

#711aac #55ac1a

#711aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#711aac Color CSS Codes

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

#711aac Text Font Color

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

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


#711aac Background Color

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

This div background color is #711aac


#711aac Border Color

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

This div border color is #711aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711aac


Comments

No comments written yet.

Please login to write comment.