Color Hex Logo

#711d88 Color Hex

#711D88
(113,29,136)
0 Favorites   0 Comments

Color spaces of #711d88

RGB 11329136
HSL0.800.650.32
HSV287°79°53°
CMYK 0.170.790.00   0.47
XYZ11.69346.167023.8666
Yxy6.16700.28020.1478
Hunter Lab24.833440.5923-39.5982
CIE-Lab29.829951.1352-41.5716

#711d88 color RGB value is (113,29,136).

#711d88 hex color red value is 113, green value is 29 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #711d88 hue: 0.80 , saturation: 0.65 and the lightness value of 711d88 is 0.32.

The process color (four color CMYK) of #711d88 color hex is 0.17, 0.79, 0.00, 0.47. Web safe color of #711d88 is #663399. Color #711d88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011101 10001000
Octal 161 35 210
Decimal 113 29 136
Hex 71 1D 88

RGB Percentages of Color #711d88

%40.65
%10.43
%48.92

CMYK Percentages of Color #711d88

%17
%79
%0
%47

Triadic Colors of #711d88

#711d88 #88711d #1d8871

Analogous Colors of #711d88

#711d88 #881d6a #3b1d88

Monochromatic Colors of #711d88

#711d88

Complementary Color

#711d88 #34881d

#711d88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711d88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711d88 Color CSS Codes

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

#711d88 Text Font Color

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

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


#711d88 Background Color

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

This div background color is #711d88


#711d88 Border Color

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

This div border color is #711d88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711d88


Comments

No comments written yet.

Please login to write comment.