Color Hex Logo

#7d146e Color Hex

#7D146E
(125,20,110)
0 Favorites   0 Comments

Color spaces of #7d146e

RGB 12520110
HSL0.860.720.28
HSV309°84°49°
CMYK 0.000.840.12   0.51
XYZ11.52215.986115.3000
Yxy5.98610.35120.1825
Hunter Lab24.466541.2453-19.9501
CIE-Lab29.377451.8657-25.7409

#7d146e color RGB value is (125,20,110).

#7d146e hex color red value is 125, green value is 20 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #7d146e hue: 0.86 , saturation: 0.72 and the lightness value of 7d146e is 0.28.

The process color (four color CMYK) of #7d146e color hex is 0.00, 0.84, 0.12, 0.51. Web safe color of #7d146e is #660066. Color #7d146e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00010100 01101110
Octal 175 24 156
Decimal 125 20 110
Hex 7D 14 6E

RGB Percentages of Color #7d146e

%49.02
%7.84
%43.14

CMYK Percentages of Color #7d146e

%0
%84
%12
%51

Triadic Colors of #7d146e

#7d146e #6e7d14 #146e7d

Analogous Colors of #7d146e

#7d146e #7d1439 #58147d

Monochromatic Colors of #7d146e

#7d146e

Complementary Color

#7d146e #147d23

#7d146e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d146e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d146e Color CSS Codes

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

#7d146e Text Font Color

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

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


#7d146e Background Color

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

This div background color is #7d146e


#7d146e Border Color

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

This div border color is #7d146e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,20,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d146e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d146e;
  -webkit-box-shadow: 1px 1px 3px 2px #7d146e;
  box-shadow:         1px 1px 3px 2px #7d146e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,20,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d146e


Comments

No comments written yet.

Please login to write comment.