Color Hex Logo

#7d6faa Color Hex

#7D6FAA
(125,111,170)
0 Favorites   0 Comments

Color spaces of #7d6faa

RGB 125111170
HSL0.710.260.55
HSV254°35°67°
CMYK 0.260.350.00   0.33
XYZ21.397618.631140.4986
Yxy18.63110.26570.2314
Hunter Lab43.163812.9514-25.4145
CIE-Lab50.252818.5947-29.6034

#7d6faa color RGB value is (125,111,170).

#7d6faa hex color red value is 125, green value is 111 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7d6faa hue: 0.71 , saturation: 0.26 and the lightness value of 7d6faa is 0.55.

The process color (four color CMYK) of #7d6faa color hex is 0.26, 0.35, 0.00, 0.33. Web safe color of #7d6faa is #666699. Color #7d6faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01101111 10101010
Octal 175 157 252
Decimal 125 111 170
Hex 7D 6F AA

RGB Percentages of Color #7d6faa

%30.79
%27.34
%41.87

CMYK Percentages of Color #7d6faa

%26
%35
%0
%33

Triadic Colors of #7d6faa

#7d6faa #aa7d6f #6faa7d

Analogous Colors of #7d6faa

#7d6faa #9b6faa #6f7faa

Monochromatic Colors of #7d6faa

#7d6faa

Complementary Color

#7d6faa #9caa6f

#7d6faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d6faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d6faa Color CSS Codes

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

#7d6faa Text Font Color

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

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


#7d6faa Background Color

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

This div background color is #7d6faa


#7d6faa Border Color

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

This div border color is #7d6faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d6faa


Comments

No comments written yet.

Please login to write comment.