Color Hex Logo

#711bba Color Hex

#711BBA
(113,27,186)
0 Favorites   0 Comments

Color spaces of #711bba

RGB 11327186
HSL0.760.750.42
HSV272°85°73°
CMYK 0.390.850.00   0.27
XYZ16.06497.839747.1209
Yxy7.83970.22620.1104
Hunter Lab27.999553.4166-80.1808
CIE-Lab33.646862.4552-65.6820

#711bba color RGB value is (113,27,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011011 10111010
Octal 161 33 272
Decimal 113 27 186
Hex 71 1B BA

RGB Percentages of Color #711bba

%34.66
%8.28
%57.06

CMYK Percentages of Color #711bba

%39
%85
%0
%27

Triadic Colors of #711bba

#711bba #ba711b #1bba71

Analogous Colors of #711bba

#711bba #ba1bb4 #221bba

Monochromatic Colors of #711bba

#711bba

Complementary Color

#711bba #64ba1b

#711bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#711bba Color CSS Codes

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

#711bba Text Font Color

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

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


#711bba Background Color

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

This div background color is #711bba


#711bba Border Color

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

This div border color is #711bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711bba


Comments

No comments written yet.

Please login to write comment.