Color Hex Logo

#712aca Color Hex

#712ACA
(113,42,202)
0 Favorites   0 Comments

Color spaces of #712aca

RGB 11342202
HSL0.740.660.48
HSV267°79°79°
CMYK 0.440.790.00   0.21
XYZ18.29879.430956.7330
Yxy9.43090.21660.1117
Hunter Lab30.709852.6188-88.0351
CIE-Lab36.801061.1208-69.9005

#712aca color RGB value is (113,42,202).

#712aca hex color red value is 113, green value is 42 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #712aca hue: 0.74 , saturation: 0.66 and the lightness value of 712aca is 0.48.

The process color (four color CMYK) of #712aca color hex is 0.44, 0.79, 0.00, 0.21. Web safe color of #712aca is #6633cc. Color #712aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101010 11001010
Octal 161 52 312
Decimal 113 42 202
Hex 71 2A CA

RGB Percentages of Color #712aca

%31.65
%11.76
%56.58

CMYK Percentages of Color #712aca

%44
%79
%0
%21

Triadic Colors of #712aca

#712aca #ca712a #2aca71

Analogous Colors of #712aca

#712aca #c12aca #2a33ca

Monochromatic Colors of #712aca

#712aca

Complementary Color

#712aca #83ca2a

#712aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#712aca Color CSS Codes

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

#712aca Text Font Color

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

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


#712aca Background Color

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

This div background color is #712aca


#712aca Border Color

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

This div border color is #712aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712aca


Comments

No comments written yet.

Please login to write comment.