Color Hex Logo

#7d61ad Color Hex

#7D61AD
(125,97,173)
0 Favorites   0 Comments

Color spaces of #7d61ad

RGB 12597173
HSL0.730.320.53
HSV262°44°68°
CMYK 0.280.440.00   0.32
XYZ20.275015.926541.5407
Yxy15.92650.26080.2049
Hunter Lab39.908020.8467-33.7800
CIE-Lab46.877927.7265-36.6454

#7d61ad color RGB value is (125,97,173).

#7d61ad hex color red value is 125, green value is 97 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7d61ad hue: 0.73 , saturation: 0.32 and the lightness value of 7d61ad is 0.53.

The process color (four color CMYK) of #7d61ad color hex is 0.28, 0.44, 0.00, 0.32. Web safe color of #7d61ad is #666699. Color #7d61ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01100001 10101101
Octal 175 141 255
Decimal 125 97 173
Hex 7D 61 AD

RGB Percentages of Color #7d61ad

%31.65
%24.56
%43.80

CMYK Percentages of Color #7d61ad

%28
%44
%0
%32

Triadic Colors of #7d61ad

#7d61ad #ad7d61 #61ad7d

Analogous Colors of #7d61ad

#7d61ad #a361ad #616bad

Monochromatic Colors of #7d61ad

#7d61ad

Complementary Color

#7d61ad #91ad61

#7d61ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d61ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d61ad Color CSS Codes

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

#7d61ad Text Font Color

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

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


#7d61ad Background Color

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

This div background color is #7d61ad


#7d61ad Border Color

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

This div border color is #7d61ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d61ad


Comments

No comments written yet.

Please login to write comment.