Color Hex Logo

#712aa3 Color Hex

#712AA3
(113,42,163)
0 Favorites   0 Comments

Color spaces of #712aa3

RGB 11342163
HSL0.760.590.40
HSV275°74°64°
CMYK 0.310.740.00   0.36
XYZ14.24897.811035.4070
Yxy7.81100.24790.1359
Hunter Lab27.948242.0959-55.5497
CIE-Lab33.586151.8807-52.0395

#712aa3 color RGB value is (113,42,163).

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

The process color (four color CMYK) of #712aa3 color hex is 0.31, 0.74, 0.00, 0.36. Web safe color of #712aa3 is #663399. Color #712aa3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101010 10100011
Octal 161 52 243
Decimal 113 42 163
Hex 71 2A A3

RGB Percentages of Color #712aa3

%35.53
%13.21
%51.26

CMYK Percentages of Color #712aa3

%31
%74
%0
%36

Triadic Colors of #712aa3

#712aa3 #a3712a #2aa371

Analogous Colors of #712aa3

#712aa3 #a32a99 #342aa3

Monochromatic Colors of #712aa3

#712aa3

Complementary Color

#712aa3 #5ca32a

#712aa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712aa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712aa3 Color CSS Codes

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

#712aa3 Text Font Color

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

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


#712aa3 Background Color

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

This div background color is #712aa3


#712aa3 Border Color

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

This div border color is #712aa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712aa3


Comments

No comments written yet.

Please login to write comment.