Color Hex Logo

#713198 Color Hex

#713198
(113,49,152)
0 Favorites   0 Comments

Color spaces of #713198

RGB 11349152
HSL0.770.510.39
HSV277°68°60°
CMYK 0.260.680.00   0.40
XYZ13.57597.974330.5294
Yxy7.97430.26070.1531
Hunter Lab28.238836.3966-44.3322
CIE-Lab33.929346.1521-44.8179

#713198 color RGB value is (113,49,152).

#713198 hex color red value is 113, green value is 49 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #713198 hue: 0.77 , saturation: 0.51 and the lightness value of 713198 is 0.39.

The process color (four color CMYK) of #713198 color hex is 0.26, 0.68, 0.00, 0.40. Web safe color of #713198 is #663399. Color #713198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110001 10011000
Octal 161 61 230
Decimal 113 49 152
Hex 71 31 98

RGB Percentages of Color #713198

%35.99
%15.61
%48.41

CMYK Percentages of Color #713198

%26
%68
%0
%40

Triadic Colors of #713198

#713198 #987131 #319871

Analogous Colors of #713198

#713198 #98318c #3e3198

Monochromatic Colors of #713198

#713198

Complementary Color

#713198 #589831

#713198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713198 Color CSS Codes

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

#713198 Text Font Color

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

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


#713198 Background Color

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

This div background color is #713198


#713198 Border Color

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

This div border color is #713198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713198


Comments

No comments written yet.

Please login to write comment.