Color Hex Logo

#713994 Color Hex

#713994
(113,57,148)
0 Favorites   0 Comments

Color spaces of #713994

RGB 11357148
HSL0.770.440.40
HSV277°61°58°
CMYK 0.240.610.00   0.42
XYZ13.61858.575128.9544
Yxy8.57510.26630.1677
Hunter Lab29.283331.7676-38.1258
CIE-Lab35.153041.1506-40.4172

#713994 color RGB value is (113,57,148).

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

The process color (four color CMYK) of #713994 color hex is 0.24, 0.61, 0.00, 0.42. Web safe color of #713994 is #663399. Color #713994 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111001 10010100
Octal 161 71 224
Decimal 113 57 148
Hex 71 39 94

RGB Percentages of Color #713994

%35.53
%17.92
%46.54

CMYK Percentages of Color #713994

%24
%61
%0
%42

Triadic Colors of #713994

#713994 #947139 #399471

Analogous Colors of #713994

#713994 #94398a #443994

Monochromatic Colors of #713994

#713994

Complementary Color

#713994 #5c9439

#713994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713994 Color CSS Codes

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

#713994 Text Font Color

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

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


#713994 Background Color

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

This div background color is #713994


#713994 Border Color

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

This div border color is #713994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713994


Comments

No comments written yet.

Please login to write comment.