Color Hex Logo

#7d5cad Color Hex

#7D5CAD
(125,92,173)
0 Favorites   0 Comments

Color spaces of #7d5cad

RGB 12592173
HSL0.730.330.52
HSV264°47°68°
CMYK 0.280.470.00   0.32
XYZ19.827415.031441.3915
Yxy15.03140.26000.1971
Hunter Lab38.770323.4379-36.1592
CIE-Lab45.677230.6873-38.5418

#7d5cad color RGB value is (125,92,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01011100 10101101
Octal 175 134 255
Decimal 125 92 173
Hex 7D 5C AD

RGB Percentages of Color #7d5cad

%32.05
%23.59
%44.36

CMYK Percentages of Color #7d5cad

%28
%47
%0
%32

Triadic Colors of #7d5cad

#7d5cad #ad7d5c #5cad7d

Analogous Colors of #7d5cad

#7d5cad #a65cad #5c64ad

Monochromatic Colors of #7d5cad

#7d5cad

Complementary Color

#7d5cad #8cad5c

#7d5cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d5cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d5cad Color CSS Codes

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

#7d5cad Text Font Color

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

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


#7d5cad Background Color

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

This div background color is #7d5cad


#7d5cad Border Color

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

This div border color is #7d5cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,92,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 #7d5cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d5cad


Comments

No comments written yet.

Please login to write comment.