Color Hex Logo

#712194 Color Hex

#712194
(113,33,148)
0 Favorites   0 Comments

Color spaces of #712194

RGB 11333148
HSL0.780.640.35
HSV282°78°58°
CMYK 0.240.780.00   0.42
XYZ12.69926.736528.6479
Yxy6.73650.26410.1401
Hunter Lab25.954841.9160-47.2737
CIE-Lab31.199452.1673-46.7784

#712194 color RGB value is (113,33,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100001 10010100
Octal 161 41 224
Decimal 113 33 148
Hex 71 21 94

RGB Percentages of Color #712194

%38.44
%11.22
%50.34

CMYK Percentages of Color #712194

%24
%78
%0
%42

Triadic Colors of #712194

#712194 #947121 #219471

Analogous Colors of #712194

#712194 #94217e #372194

Monochromatic Colors of #712194

#712194

Complementary Color

#712194 #449421

#712194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712194 Color CSS Codes

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

#712194 Text Font Color

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

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


#712194 Background Color

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

This div background color is #712194


#712194 Border Color

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

This div border color is #712194


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,33,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 #712194">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712194


Comments

No comments written yet.

Please login to write comment.