Color Hex Logo

#712aad Color Hex

#712AAD
(113,42,173)
0 Favorites   0 Comments

Color spaces of #712aad

RGB 11342173
HSL0.760.610.42
HSV273°76°68°
CMYK 0.350.760.00   0.32
XYZ15.18088.183840.3147
Yxy8.18380.23840.1285
Hunter Lab28.607344.6601-63.5289
CIE-Lab34.362854.2018-56.7820

#712aad color RGB value is (113,42,173).

#712aad hex color red value is 113, green value is 42 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #712aad hue: 0.76 , saturation: 0.61 and the lightness value of 712aad is 0.42.

The process color (four color CMYK) of #712aad color hex is 0.35, 0.76, 0.00, 0.32. Web safe color of #712aad is #663399. Color #712aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101010 10101101
Octal 161 52 255
Decimal 113 42 173
Hex 71 2A AD

RGB Percentages of Color #712aad

%34.45
%12.80
%52.74

CMYK Percentages of Color #712aad

%35
%76
%0
%32

Triadic Colors of #712aad

#712aad #ad712a #2aad71

Analogous Colors of #712aad

#712aad #ad2aa8 #302aad

Monochromatic Colors of #712aad

#712aad

Complementary Color

#712aad #66ad2a

#712aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#712aad Color CSS Codes

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

#712aad Text Font Color

<p style="color:#712aad">Text here</p>

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


#712aad Background Color

<div style="background-color:#712aad">
Div content here</div>

This div background color is #712aad


#712aad Border Color

<div style="border:3px solid #712aad">
Div here</div>

This div border color is #712aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,42,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712aad;
  -webkit-box-shadow: 1px 1px 3px 2px #712aad;
  box-shadow:         1px 1px 3px 2px #712aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712aad


Comments

No comments written yet.

Please login to write comment.