Color Hex Logo

#7d198a Color Hex

#7D198A
(125,25,138)
0 Favorites   0 Comments

Color spaces of #7d198a

RGB 12525138
HSL0.810.690.32
HSV293°82°54°
CMYK 0.090.820.00   0.46
XYZ13.39256.890224.6688
Yxy6.89020.29790.1533
Hunter Lab26.249245.1357-37.3459
CIE-Lab31.555655.2011-39.9325

#7d198a color RGB value is (125,25,138).

#7d198a hex color red value is 125, green value is 25 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #7d198a hue: 0.81 , saturation: 0.69 and the lightness value of 7d198a is 0.32.

The process color (four color CMYK) of #7d198a color hex is 0.09, 0.82, 0.00, 0.46. Web safe color of #7d198a is #660099. Color #7d198a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00011001 10001010
Octal 175 31 212
Decimal 125 25 138
Hex 7D 19 8A

RGB Percentages of Color #7d198a

%43.40
%8.68
%47.92

CMYK Percentages of Color #7d198a

%9
%82
%0
%46

Triadic Colors of #7d198a

#7d198a #8a7d19 #198a7d

Analogous Colors of #7d198a

#7d198a #8a195e #45198a

Monochromatic Colors of #7d198a

#7d198a

Complementary Color

#7d198a #268a19

#7d198a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d198a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d198a Color CSS Codes

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

#7d198a Text Font Color

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

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


#7d198a Background Color

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

This div background color is #7d198a


#7d198a Border Color

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

This div border color is #7d198a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d198a


Comments

No comments written yet.

Please login to write comment.