Color Hex Logo

#712792 Color Hex

#712792
(113,39,146)
0 Favorites   0 Comments

Color spaces of #712792

RGB 11339146
HSL0.780.580.36
HSV281°73°57°
CMYK 0.230.730.00   0.43
XYZ12.72397.037127.8818
Yxy7.03710.26710.1477
Hunter Lab26.527539.1941-43.7476
CIE-Lab31.891249.3508-44.4328

#712792 color RGB value is (113,39,146).

#712792 hex color red value is 113, green value is 39 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #712792 hue: 0.78 , saturation: 0.58 and the lightness value of 712792 is 0.36.

The process color (four color CMYK) of #712792 color hex is 0.23, 0.73, 0.00, 0.43. Web safe color of #712792 is #663399. Color #712792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100111 10010010
Octal 161 47 222
Decimal 113 39 146
Hex 71 27 92

RGB Percentages of Color #712792

%37.92
%13.09
%48.99

CMYK Percentages of Color #712792

%23
%73
%0
%43

Triadic Colors of #712792

#712792 #927127 #279271

Analogous Colors of #712792

#712792 #92277e #3b2792

Monochromatic Colors of #712792

#712792

Complementary Color

#712792 #489227

#712792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712792 Color CSS Codes

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

#712792 Text Font Color

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

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


#712792 Background Color

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

This div background color is #712792


#712792 Border Color

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

This div border color is #712792


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,39,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712792; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712792;
  -webkit-box-shadow: 1px 1px 3px 2px #712792;
  box-shadow:         1px 1px 3px 2px #712792; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712792


Comments

No comments written yet.

Please login to write comment.