Color Hex Logo

#7d3aab Color Hex

#7D3AAB
(125,58,171)
0 Favorites   0 Comments

Color spaces of #7d3aab

RGB 12558171
HSL0.770.490.45
HSV276°66°67°
CMYK 0.270.660.00   0.33
XYZ17.321210.326439.6083
Yxy10.32640.25750.1535
Hunter Lab32.134739.9790-50.5848
CIE-Lab38.422048.8987-48.9396

#7d3aab color RGB value is (125,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00111010 10101011
Octal 175 72 253
Decimal 125 58 171
Hex 7D 3A AB

RGB Percentages of Color #7d3aab

%35.31
%16.38
%48.31

CMYK Percentages of Color #7d3aab

%27
%66
%0
%33

Triadic Colors of #7d3aab

#7d3aab #ab7d3a #3aab7d

Analogous Colors of #7d3aab

#7d3aab #ab3aa1 #453aab

Monochromatic Colors of #7d3aab

#7d3aab

Complementary Color

#7d3aab #68ab3a

#7d3aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d3aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d3aab Color CSS Codes

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

#7d3aab Text Font Color

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

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


#7d3aab Background Color

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

This div background color is #7d3aab


#7d3aab Border Color

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

This div border color is #7d3aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d3aab


Comments

No comments written yet.

Please login to write comment.