Color Hex Logo

#713087 Color Hex

#713087
(113,48,135)
0 Favorites   0 Comments

Color spaces of #713087

RGB 11348135
HSL0.790.480.36
HSV285°64°53°
CMYK 0.160.640.00   0.47
XYZ12.24027.373923.6998
Yxy7.37390.28260.1702
Hunter Lab27.154932.9385-32.7376
CIE-Lab32.643442.8256-36.4393

#713087 color RGB value is (113,48,135).

#713087 hex color red value is 113, green value is 48 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #713087 hue: 0.79 , saturation: 0.48 and the lightness value of 713087 is 0.36.

The process color (four color CMYK) of #713087 color hex is 0.16, 0.64, 0.00, 0.47. Web safe color of #713087 is #663399. Color #713087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110000 10000111
Octal 161 60 207
Decimal 113 48 135
Hex 71 30 87

RGB Percentages of Color #713087

%38.18
%16.22
%45.61

CMYK Percentages of Color #713087

%16
%64
%0
%47

Triadic Colors of #713087

#713087 #877130 #308771

Analogous Colors of #713087

#713087 #873072 #453087

Monochromatic Colors of #713087

#713087

Complementary Color

#713087 #468730

#713087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713087 Color CSS Codes

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

#713087 Text Font Color

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

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


#713087 Background Color

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

This div background color is #713087


#713087 Border Color

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

This div border color is #713087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713087


Comments

No comments written yet.

Please login to write comment.