Color Hex Logo

#711dbd Color Hex

#711DBD
(113,29,189)
0 Favorites   0 Comments

Color spaces of #711dbd

RGB 11329189
HSL0.750.730.43
HSV272°85°74°
CMYK 0.400.850.00   0.26
XYZ16.43478.063648.8343
Yxy8.06360.22410.1100
Hunter Lab28.396553.6145-82.0853
CIE-Lab34.115062.5422-66.6865

#711dbd color RGB value is (113,29,189).

#711dbd hex color red value is 113, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #711dbd hue: 0.75 , saturation: 0.73 and the lightness value of 711dbd is 0.43.

The process color (four color CMYK) of #711dbd color hex is 0.40, 0.85, 0.00, 0.26. Web safe color of #711dbd is #6633cc. Color #711dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011101 10111101
Octal 161 35 275
Decimal 113 29 189
Hex 71 1D BD

RGB Percentages of Color #711dbd

%34.14
%8.76
%57.10

CMYK Percentages of Color #711dbd

%40
%85
%0
%26

Triadic Colors of #711dbd

#711dbd #bd711d #1dbd71

Analogous Colors of #711dbd

#711dbd #bd1db9 #211dbd

Monochromatic Colors of #711dbd

#711dbd

Complementary Color

#711dbd #69bd1d

#711dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#711dbd Color CSS Codes

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

#711dbd Text Font Color

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

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


#711dbd Background Color

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

This div background color is #711dbd


#711dbd Border Color

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

This div border color is #711dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711dbd


Comments

No comments written yet.

Please login to write comment.