Color Hex Logo

#712e8f Color Hex

#712E8F
(113,46,143)
0 Favorites   0 Comments

Color spaces of #712e8f

RGB 11346143
HSL0.780.510.37
HSV281°68°56°
CMYK 0.210.680.00   0.44
XYZ12.74507.447926.7524
Yxy7.44790.27150.1587
Hunter Lab27.290835.6017-39.0166
CIE-Lab32.805645.5510-41.1178

#712e8f color RGB value is (113,46,143).

#712e8f hex color red value is 113, green value is 46 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #712e8f hue: 0.78 , saturation: 0.51 and the lightness value of 712e8f is 0.37.

The process color (four color CMYK) of #712e8f color hex is 0.21, 0.68, 0.00, 0.44. Web safe color of #712e8f is #663399. Color #712e8f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101110 10001111
Octal 161 56 217
Decimal 113 46 143
Hex 71 2E 8F

RGB Percentages of Color #712e8f

%37.42
%15.23
%47.35

CMYK Percentages of Color #712e8f

%21
%68
%0
%44

Triadic Colors of #712e8f

#712e8f #8f712e #2e8f71

Analogous Colors of #712e8f

#712e8f #8f2e7d #402e8f

Monochromatic Colors of #712e8f

#712e8f

Complementary Color

#712e8f #4c8f2e

#712e8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712e8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#712e8f Color CSS Codes

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

#712e8f Text Font Color

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

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


#712e8f Background Color

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

This div background color is #712e8f


#712e8f Border Color

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

This div border color is #712e8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712e8f


Comments

No comments written yet.

Please login to write comment.