Color Hex Logo

#713893 Color Hex

#713893
(113,56,147)
0 Favorites   0 Comments

Color spaces of #713893

RGB 11356147
HSL0.770.450.40
HSV278°62°58°
CMYK 0.230.620.00   0.42
XYZ13.49078.445628.5229
Yxy8.44560.26740.1674
Hunter Lab29.061332.0051-37.8486
CIE-Lab34.894241.4452-40.2213

#713893 color RGB value is (113,56,147).

#713893 hex color red value is 113, green value is 56 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #713893 hue: 0.77 , saturation: 0.45 and the lightness value of 713893 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111000 10010011
Octal 161 70 223
Decimal 113 56 147
Hex 71 38 93

RGB Percentages of Color #713893

%35.76
%17.72
%46.52

CMYK Percentages of Color #713893

%23
%62
%0
%42

Triadic Colors of #713893

#713893 #937138 #389371

Analogous Colors of #713893

#713893 #933888 #443893

Monochromatic Colors of #713893

#713893

Complementary Color

#713893 #5a9338

#713893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713893 Color CSS Codes

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

#713893 Text Font Color

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

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


#713893 Background Color

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

This div background color is #713893


#713893 Border Color

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

This div border color is #713893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713893


Comments

No comments written yet.

Please login to write comment.