Color Hex Logo

#712197 Color Hex

#712197
(113,33,151)
0 Favorites   0 Comments

Color spaces of #712197

RGB 11333151
HSL0.780.640.36
HSV281°78°59°
CMYK 0.250.780.00   0.41
XYZ12.93986.832829.9150
Yxy6.83280.26040.1375
Hunter Lab26.139642.6178-49.5556
CIE-Lab31.423252.8067-48.2547

#712197 color RGB value is (113,33,151).

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

The process color (four color CMYK) of #712197 color hex is 0.25, 0.78, 0.00, 0.41. Web safe color of #712197 is #663399. Color #712197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100001 10010111
Octal 161 41 227
Decimal 113 33 151
Hex 71 21 97

RGB Percentages of Color #712197

%38.05
%11.11
%50.84

CMYK Percentages of Color #712197

%25
%78
%0
%41

Triadic Colors of #712197

#712197 #977121 #219771

Analogous Colors of #712197

#712197 #972182 #362197

Monochromatic Colors of #712197

#712197

Complementary Color

#712197 #479721

#712197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712197 Color CSS Codes

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

#712197 Text Font Color

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

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


#712197 Background Color

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

This div background color is #712197


#712197 Border Color

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

This div border color is #712197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712197


Comments

No comments written yet.

Please login to write comment.