Color Hex Logo

#711eba Color Hex

#711EBA
(113,30,186)
0 Favorites   0 Comments

Color spaces of #711eba

RGB 11330186
HSL0.760.720.42
HSV272°84°73°
CMYK 0.390.840.00   0.27
XYZ16.13737.984447.1450
Yxy7.98440.22640.1120
Hunter Lab28.256752.4916-79.1430
CIE-Lab33.950461.5613-65.1843

#711eba color RGB value is (113,30,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011110 10111010
Octal 161 36 272
Decimal 113 30 186
Hex 71 1E BA

RGB Percentages of Color #711eba

%34.35
%9.12
%56.53

CMYK Percentages of Color #711eba

%39
%84
%0
%27

Triadic Colors of #711eba

#711eba #ba711e #1eba71

Analogous Colors of #711eba

#711eba #ba1eb5 #231eba

Monochromatic Colors of #711eba

#711eba

Complementary Color

#711eba #67ba1e

#711eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#711eba Color CSS Codes

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

#711eba Text Font Color

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

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


#711eba Background Color

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

This div background color is #711eba


#711eba Border Color

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

This div border color is #711eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711eba


Comments

No comments written yet.

Please login to write comment.