Color Hex Logo

#712993 Color Hex

#712993
(113,41,147)
0 Favorites   0 Comments

Color spaces of #712993

RGB 11341147
HSL0.780.560.37
HSV281°72°58°
CMYK 0.230.720.00   0.42
XYZ12.86957.203228.3158
Yxy7.20320.26600.1489
Hunter Lab26.838838.6249-43.7658
CIE-Lab32.265148.7112-44.4438

#712993 color RGB value is (113,41,147).

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

The process color (four color CMYK) of #712993 color hex is 0.23, 0.72, 0.00, 0.42. Web safe color of #712993 is #663399. Color #712993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101001 10010011
Octal 161 51 223
Decimal 113 41 147
Hex 71 29 93

RGB Percentages of Color #712993

%37.54
%13.62
%48.84

CMYK Percentages of Color #712993

%23
%72
%0
%42

Triadic Colors of #712993

#712993 #937129 #299371

Analogous Colors of #712993

#712993 #932980 #3c2993

Monochromatic Colors of #712993

#712993

Complementary Color

#712993 #4b9329

#712993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712993 Color CSS Codes

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

#712993 Text Font Color

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

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


#712993 Background Color

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

This div background color is #712993


#712993 Border Color

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

This div border color is #712993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712993


Comments

No comments written yet.

Please login to write comment.