Color Hex Logo

#712fac Color Hex

#712FAC
(113,47,172)
0 Favorites   0 Comments

Color spaces of #712fac

RGB 11347172
HSL0.750.570.43
HSV272°73°67°
CMYK 0.340.730.00   0.33
XYZ15.27308.522339.8697
Yxy8.52230.23990.1339
Hunter Lab29.193042.2988-60.5390
CIE-Lab35.047851.7972-55.0705

#712fac color RGB value is (113,47,172).

#712fac hex color red value is 113, green value is 47 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #712fac hue: 0.75 , saturation: 0.57 and the lightness value of 712fac is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101111 10101100
Octal 161 57 254
Decimal 113 47 172
Hex 71 2F AC

RGB Percentages of Color #712fac

%34.04
%14.16
%51.81

CMYK Percentages of Color #712fac

%34
%73
%0
%33

Triadic Colors of #712fac

#712fac #ac712f #2fac71

Analogous Colors of #712fac

#712fac #ac2fa9 #332fac

Monochromatic Colors of #712fac

#712fac

Complementary Color

#712fac #6aac2f

#712fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#712fac Color CSS Codes

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

#712fac Text Font Color

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

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


#712fac Background Color

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

This div background color is #712fac


#712fac Border Color

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

This div border color is #712fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712fac


Comments

No comments written yet.

Please login to write comment.