Color Hex Logo

#713485 Color Hex

#713485
(113,52,133)
0 Favorites   0 Comments

Color spaces of #713485

RGB 11352133
HSL0.790.440.36
HSV285°61°52°
CMYK 0.150.610.00   0.48
XYZ12.27177.660123.0221
Yxy7.66010.28570.1783
Hunter Lab27.676930.7109-29.9446
CIE-Lab33.264740.3638-34.2101

#713485 color RGB value is (113,52,133).

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

The process color (four color CMYK) of #713485 color hex is 0.15, 0.61, 0.00, 0.48. Web safe color of #713485 is #663399. Color #713485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110100 10000101
Octal 161 64 205
Decimal 113 52 133
Hex 71 34 85

RGB Percentages of Color #713485

%37.92
%17.45
%44.63

CMYK Percentages of Color #713485

%15
%61
%0
%48

Triadic Colors of #713485

#713485 #857134 #348571

Analogous Colors of #713485

#713485 #853471 #493485

Monochromatic Colors of #713485

#713485

Complementary Color

#713485 #488534

#713485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713485 Color CSS Codes

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

#713485 Text Font Color

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

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


#713485 Background Color

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

This div background color is #713485


#713485 Border Color

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

This div border color is #713485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713485


Comments

No comments written yet.

Please login to write comment.