Color Hex Logo

#7d04ac Color Hex

#7D04AC
(125,4,172)
0 Favorites   0 Comments

Color spaces of #7d04ac

RGB 1254172
HSL0.790.950.35
HSV283°98°67°
CMYK 0.270.980.00   0.33
XYZ15.94737.425439.6224
Yxy7.42540.25320.1179
Hunter Lab27.249656.7769-67.1362
CIE-Lab32.756465.6170-58.7248

#7d04ac color RGB value is (125,4,172).

#7d04ac hex color red value is 125, green value is 4 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7d04ac hue: 0.79 , saturation: 0.95 and the lightness value of 7d04ac is 0.35.

The process color (four color CMYK) of #7d04ac color hex is 0.27, 0.98, 0.00, 0.33. Web safe color of #7d04ac is #660099. Color #7d04ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00000100 10101100
Octal 175 4 254
Decimal 125 4 172
Hex 7D 4 AC

RGB Percentages of Color #7d04ac

%41.53
%1.33
%57.14

CMYK Percentages of Color #7d04ac

%27
%98
%0
%33

Triadic Colors of #7d04ac

#7d04ac #ac7d04 #04ac7d

Analogous Colors of #7d04ac

#7d04ac #ac0487 #2904ac

Monochromatic Colors of #7d04ac

#7d04ac

Complementary Color

#7d04ac #33ac04

#7d04ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d04ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d04ac Color CSS Codes

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

#7d04ac Text Font Color

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

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


#7d04ac Background Color

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

This div background color is #7d04ac


#7d04ac Border Color

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

This div border color is #7d04ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d04ac


Comments

No comments written yet.

Please login to write comment.