Color Hex Logo

#711dab Color Hex

#711DAB
(113,29,171)
0 Favorites   0 Comments

Color spaces of #711dab

RGB 11329171
HSL0.770.710.39
HSV275°83°67°
CMYK 0.340.830.00   0.33
XYZ14.60017.329739.1733
Yxy7.32970.23890.1200
Hunter Lab27.073448.8826-66.8370
CIE-Lab32.546058.5286-58.5460

#711dab color RGB value is (113,29,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011101 10101011
Octal 161 35 253
Decimal 113 29 171
Hex 71 1D AB

RGB Percentages of Color #711dab

%36.10
%9.27
%54.63

CMYK Percentages of Color #711dab

%34
%83
%0
%33

Triadic Colors of #711dab

#711dab #ab711d #1dab71

Analogous Colors of #711dab

#711dab #ab1d9e #2a1dab

Monochromatic Colors of #711dab

#711dab

Complementary Color

#711dab #57ab1d

#711dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#711dab Color CSS Codes

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

#711dab Text Font Color

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

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


#711dab Background Color

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

This div background color is #711dab


#711dab Border Color

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

This div border color is #711dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711dab


Comments

No comments written yet.

Please login to write comment.