Color Hex Logo

#712897 Color Hex

#712897
(113,40,151)
0 Favorites   0 Comments

Color spaces of #712897

RGB 11340151
HSL0.780.580.37
HSV279°74°59°
CMYK 0.250.740.00   0.41
XYZ13.15487.262729.9867
Yxy7.26270.26100.1441
Hunter Lab26.949439.9697-47.1076
CIE-Lab32.397650.0234-46.6785

#712897 color RGB value is (113,40,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101000 10010111
Octal 161 50 227
Decimal 113 40 151
Hex 71 28 97

RGB Percentages of Color #712897

%37.17
%13.16
%49.67

CMYK Percentages of Color #712897

%25
%74
%0
%41

Triadic Colors of #712897

#712897 #977128 #289771

Analogous Colors of #712897

#712897 #972886 #3a2897

Monochromatic Colors of #712897

#712897

Complementary Color

#712897 #4e9728

#712897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712897 Color CSS Codes

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

#712897 Text Font Color

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

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


#712897 Background Color

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

This div background color is #712897


#712897 Border Color

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

This div border color is #712897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712897


Comments

No comments written yet.

Please login to write comment.