Color Hex Logo

#713366 Color Hex

#713366
(113,51,102)
0 Favorites   0 Comments

Color spaces of #713366

RGB 11351102
HSL0.860.380.32
HSV311°55°44°
CMYK 0.000.550.10   0.56
XYZ10.39226.837713.3424
Yxy6.83770.33990.2237
Hunter Lab26.149025.1792-11.9481
CIE-Lab31.434534.6298-17.5557

#713366 color RGB value is (113,51,102).

#713366 hex color red value is 113, green value is 51 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #713366 hue: 0.86 , saturation: 0.38 and the lightness value of 713366 is 0.32.

The process color (four color CMYK) of #713366 color hex is 0.00, 0.55, 0.10, 0.56. Web safe color of #713366 is #663366. Color #713366 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110011 01100110
Octal 161 63 146
Decimal 113 51 102
Hex 71 33 66

RGB Percentages of Color #713366

%42.48
%19.17
%38.35

CMYK Percentages of Color #713366

%0
%55
%10
%56

Triadic Colors of #713366

#713366 #667133 #336671

Analogous Colors of #713366

#713366 #713347 #5d3371

Monochromatic Colors of #713366

#713366

Complementary Color

#713366 #33713e

#713366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713366 Color CSS Codes

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

#713366 Text Font Color

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

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


#713366 Background Color

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

This div background color is #713366


#713366 Border Color

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

This div border color is #713366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713366


Comments

No comments written yet.

Please login to write comment.