Color Hex Logo

#712aac Color Hex

#712AAC
(113,42,172)
0 Favorites   0 Comments

Color spaces of #712aac

RGB 11342172
HSL0.760.610.42
HSV273°76°67°
CMYK 0.340.760.00   0.33
XYZ15.08448.145239.8069
Yxy8.14520.23930.1292
Hunter Lab28.539844.3996-62.7190
CIE-Lab34.283553.9682-56.3132

#712aac color RGB value is (113,42,172).

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

The process color (four color CMYK) of #712aac color hex is 0.34, 0.76, 0.00, 0.33. Web safe color of #712aac is #663399. Color #712aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101010 10101100
Octal 161 52 254
Decimal 113 42 172
Hex 71 2A AC

RGB Percentages of Color #712aac

%34.56
%12.84
%52.60

CMYK Percentages of Color #712aac

%34
%76
%0
%33

Triadic Colors of #712aac

#712aac #ac712a #2aac71

Analogous Colors of #712aac

#712aac #ac2aa6 #302aac

Monochromatic Colors of #712aac

#712aac

Complementary Color

#712aac #65ac2a

#712aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#712aac Color CSS Codes

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

#712aac Text Font Color

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

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


#712aac Background Color

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

This div background color is #712aac


#712aac Border Color

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

This div border color is #712aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712aac


Comments

No comments written yet.

Please login to write comment.