Color Hex Logo

#711bbd Color Hex

#711BBD
(113,27,189)
0 Favorites   0 Comments

Color spaces of #711bbd

RGB 11327189
HSL0.760.750.42
HSV272°86°74°
CMYK 0.400.860.00   0.26
XYZ16.38737.968748.8185
Yxy7.96870.22390.1089
Hunter Lab28.228954.2214-82.7748
CIE-Lab33.917663.1249-67.0103

#711bbd color RGB value is (113,27,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011011 10111101
Octal 161 33 275
Decimal 113 27 189
Hex 71 1B BD

RGB Percentages of Color #711bbd

%34.35
%8.21
%57.45

CMYK Percentages of Color #711bbd

%40
%86
%0
%26

Triadic Colors of #711bbd

#711bbd #bd711b #1bbd71

Analogous Colors of #711bbd

#711bbd #bd1bb8 #201bbd

Monochromatic Colors of #711bbd

#711bbd

Complementary Color

#711bbd #67bd1b

#711bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#711bbd Color CSS Codes

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

#711bbd Text Font Color

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

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


#711bbd Background Color

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

This div background color is #711bbd


#711bbd Border Color

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

This div border color is #711bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,27,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 #711bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711bbd


Comments

No comments written yet.

Please login to write comment.