Color Hex Logo

#712294 Color Hex

#712294
(113,34,148)
0 Favorites   0 Comments

Color spaces of #712294

RGB 11334148
HSL0.780.630.36
HSV282°77°58°
CMYK 0.240.770.00   0.42
XYZ12.72746.792928.6573
Yxy6.79290.26420.1410
Hunter Lab26.063241.5561-46.9470
CIE-Lab31.330751.7902-46.5659

#712294 color RGB value is (113,34,148).

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

The process color (four color CMYK) of #712294 color hex is 0.24, 0.77, 0.00, 0.42. Web safe color of #712294 is #663399. Color #712294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100010 10010100
Octal 161 42 224
Decimal 113 34 148
Hex 71 22 94

RGB Percentages of Color #712294

%38.31
%11.53
%50.17

CMYK Percentages of Color #712294

%24
%77
%0
%42

Triadic Colors of #712294

#712294 #947122 #229471

Analogous Colors of #712294

#712294 #94227e #382294

Monochromatic Colors of #712294

#712294

Complementary Color

#712294 #459422

#712294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712294 Color CSS Codes

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

#712294 Text Font Color

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

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


#712294 Background Color

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

This div background color is #712294


#712294 Border Color

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

This div border color is #712294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712294


Comments

No comments written yet.

Please login to write comment.