Color Hex Logo

#711eaf Color Hex

#711EAF
(113,30,175)
0 Favorites   0 Comments

Color spaces of #711eaf

RGB 11330175
HSL0.760.710.40
HSV274°83°69°
CMYK 0.350.830.00   0.31
XYZ15.01227.534441.2205
Yxy7.53440.23540.1182
Hunter Lab27.448949.5889-69.8228
CIE-Lab32.993859.0946-60.2099

#711eaf color RGB value is (113,30,175).

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

The process color (four color CMYK) of #711eaf color hex is 0.35, 0.83, 0.00, 0.31. Web safe color of #711eaf is #663399. Color #711eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011110 10101111
Octal 161 36 257
Decimal 113 30 175
Hex 71 1E AF

RGB Percentages of Color #711eaf

%35.53
%9.43
%55.03

CMYK Percentages of Color #711eaf

%35
%83
%0
%31

Triadic Colors of #711eaf

#711eaf #af711e #1eaf71

Analogous Colors of #711eaf

#711eaf #af1ea5 #281eaf

Monochromatic Colors of #711eaf

#711eaf

Complementary Color

#711eaf #5caf1e

#711eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#711eaf Color CSS Codes

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

#711eaf Text Font Color

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

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


#711eaf Background Color

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

This div background color is #711eaf


#711eaf Border Color

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

This div border color is #711eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711eaf


Comments

No comments written yet.

Please login to write comment.