Color Hex Logo

#713099 Color Hex

#713099
(113,48,153)
0 Favorites   0 Comments

Color spaces of #713099

RGB 11348153
HSL0.770.520.39
HSV277°69°60°
CMYK 0.260.690.00   0.40
XYZ13.61687.924530.9489
Yxy7.92450.25940.1510
Hunter Lab28.150537.0797-45.4786
CIE-Lab33.825146.8632-45.5944

#713099 color RGB value is (113,48,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110000 10011001
Octal 161 60 231
Decimal 113 48 153
Hex 71 30 99

RGB Percentages of Color #713099

%35.99
%15.29
%48.73

CMYK Percentages of Color #713099

%26
%69
%0
%40

Triadic Colors of #713099

#713099 #997130 #309971

Analogous Colors of #713099

#713099 #99308d #3d3099

Monochromatic Colors of #713099

#713099

Complementary Color

#713099 #589930

#713099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713099 Color CSS Codes

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

#713099 Text Font Color

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

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


#713099 Background Color

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

This div background color is #713099


#713099 Border Color

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

This div border color is #713099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713099


Comments

No comments written yet.

Please login to write comment.