Color Hex Logo

#712578 Color Hex

#712578
(113,37,120)
0 Favorites   0 Comments

Color spaces of #712578

RGB 11337120
HSL0.820.530.31
HSV295°69°47°
CMYK 0.060.690.00   0.53
XYZ10.86186.189918.3916
Yxy6.18990.30650.1746
Hunter Lab24.879534.3897-26.4131
CIE-Lab29.886644.8504-31.4414

#712578 color RGB value is (113,37,120).

#712578 hex color red value is 113, green value is 37 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #712578 hue: 0.82 , saturation: 0.53 and the lightness value of 712578 is 0.31.

The process color (four color CMYK) of #712578 color hex is 0.06, 0.69, 0.00, 0.53. Web safe color of #712578 is #663366. Color #712578 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100101 01111000
Octal 161 45 170
Decimal 113 37 120
Hex 71 25 78

RGB Percentages of Color #712578

%41.85
%13.70
%44.44

CMYK Percentages of Color #712578

%6
%69
%0
%53

Triadic Colors of #712578

#712578 #787125 #257871

Analogous Colors of #712578

#712578 #782555 #482578

Monochromatic Colors of #712578

#712578

Complementary Color

#712578 #2c7825

#712578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712578 Color CSS Codes

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

#712578 Text Font Color

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

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


#712578 Background Color

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

This div background color is #712578


#712578 Border Color

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

This div border color is #712578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712578


Comments

No comments written yet.

Please login to write comment.