Color Hex Logo

#7d487b Color Hex

#7D487B
(125,72,123)
0 Favorites   0 Comments

Color spaces of #7d487b

RGB 12572123
HSL0.840.270.39
HSV302°42°49°
CMYK 0.000.420.02   0.51
XYZ14.350010.424819.9947
Yxy10.42480.32050.2329
Hunter Lab32.287522.8304-14.1154
CIE-Lab38.594330.9205-19.5513

#7d487b color RGB value is (125,72,123).

#7d487b hex color red value is 125, green value is 72 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #7d487b hue: 0.84 , saturation: 0.27 and the lightness value of 7d487b is 0.39.

The process color (four color CMYK) of #7d487b color hex is 0.00, 0.42, 0.02, 0.51. Web safe color of #7d487b is #663366. Color #7d487b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01001000 01111011
Octal 175 110 173
Decimal 125 72 123
Hex 7D 48 7B

RGB Percentages of Color #7d487b

%39.06
%22.50
%38.44

CMYK Percentages of Color #7d487b

%0
%42
%2
%51

Triadic Colors of #7d487b

#7d487b #7b7d48 #487b7d

Analogous Colors of #7d487b

#7d487b #7d4860 #65487d

Monochromatic Colors of #7d487b

#7d487b

Complementary Color

#7d487b #487d4a

#7d487b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d487b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d487b Color CSS Codes

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

#7d487b Text Font Color

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

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


#7d487b Background Color

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

This div background color is #7d487b


#7d487b Border Color

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

This div border color is #7d487b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d487b


Comments

No comments written yet.

Please login to write comment.