Color Hex Logo

#7d38ac Color Hex

#7D38AC
(125,56,172)
0 Favorites   0 Comments

Color spaces of #7d38ac

RGB 12556172
HSL0.770.510.45
HSV276°67°67°
CMYK 0.270.670.00   0.33
XYZ17.318010.166940.0794
Yxy10.16690.25630.1505
Hunter Lab31.885641.1489-52.2062
CIE-Lab38.140350.0952-49.9890

#7d38ac color RGB value is (125,56,172).

#7d38ac hex color red value is 125, green value is 56 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7d38ac hue: 0.77 , saturation: 0.51 and the lightness value of 7d38ac is 0.45.

The process color (four color CMYK) of #7d38ac color hex is 0.27, 0.67, 0.00, 0.33. Web safe color of #7d38ac is #663399. Color #7d38ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00111000 10101100
Octal 175 70 254
Decimal 125 56 172
Hex 7D 38 AC

RGB Percentages of Color #7d38ac

%35.41
%15.86
%48.73

CMYK Percentages of Color #7d38ac

%27
%67
%0
%33

Triadic Colors of #7d38ac

#7d38ac #ac7d38 #38ac7d

Analogous Colors of #7d38ac

#7d38ac #ac38a1 #4338ac

Monochromatic Colors of #7d38ac

#7d38ac

Complementary Color

#7d38ac #67ac38

#7d38ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d38ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d38ac Color CSS Codes

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

#7d38ac Text Font Color

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

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


#7d38ac Background Color

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

This div background color is #7d38ac


#7d38ac Border Color

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

This div border color is #7d38ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,56,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 #7d38ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d38ac


Comments

No comments written yet.

Please login to write comment.