Color Hex Logo

#7d1eae Color Hex

#7D1EAE
(125,30,174)
0 Favorites   0 Comments

Color spaces of #7d1eae

RGB 12530174
HSL0.780.710.40
HSV280°83°68°
CMYK 0.280.830.00   0.32
XYZ16.56178.344540.7822
Yxy8.34450.25210.1270
Hunter Lab28.886851.7874-63.4843
CIE-Lab34.690360.7782-56.7703

#7d1eae color RGB value is (125,30,174).

#7d1eae hex color red value is 125, green value is 30 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7d1eae hue: 0.78 , saturation: 0.71 and the lightness value of 7d1eae is 0.40.

The process color (four color CMYK) of #7d1eae color hex is 0.28, 0.83, 0.00, 0.32. Web safe color of #7d1eae is #663399. Color #7d1eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00011110 10101110
Octal 175 36 256
Decimal 125 30 174
Hex 7D 1E AE

RGB Percentages of Color #7d1eae

%37.99
%9.12
%52.89

CMYK Percentages of Color #7d1eae

%28
%83
%0
%32

Triadic Colors of #7d1eae

#7d1eae #ae7d1e #1eae7d

Analogous Colors of #7d1eae

#7d1eae #ae1e97 #351eae

Monochromatic Colors of #7d1eae

#7d1eae

Complementary Color

#7d1eae #4fae1e

#7d1eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d1eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d1eae Color CSS Codes

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

#7d1eae Text Font Color

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

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


#7d1eae Background Color

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

This div background color is #7d1eae


#7d1eae Border Color

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

This div border color is #7d1eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d1eae


Comments

No comments written yet.

Please login to write comment.