Color Hex Logo

#7f488d Color Hex

#7F488D
(127,72,141)
0 Favorites   0 Comments

Color spaces of #7f488d

RGB 12772141
HSL0.800.320.42
HSV288°49°55°
CMYK 0.100.490.00   0.45
XYZ15.877511.069826.4992
Yxy11.06980.29710.2071
Hunter Lab33.271326.9577-23.9321
CIE-Lab39.697835.2942-28.8382

#7f488d color RGB value is (127,72,141).

#7f488d hex color red value is 127, green value is 72 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #7f488d hue: 0.80 , saturation: 0.32 and the lightness value of 7f488d is 0.42.

The process color (four color CMYK) of #7f488d color hex is 0.10, 0.49, 0.00, 0.45. Web safe color of #7f488d is #663399. Color #7f488d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01001000 10001101
Octal 177 110 215
Decimal 127 72 141
Hex 7F 48 8D

RGB Percentages of Color #7f488d

%37.35
%21.18
%41.47

CMYK Percentages of Color #7f488d

%10
%49
%0
%45

Triadic Colors of #7f488d

#7f488d #8d7f48 #488d7f

Analogous Colors of #7f488d

#7f488d #8d4879 #5d488d

Monochromatic Colors of #7f488d

#7f488d

Complementary Color

#7f488d #568d48

#7f488d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f488d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f488d Color CSS Codes

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

#7f488d Text Font Color

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

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


#7f488d Background Color

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

This div background color is #7f488d


#7f488d Border Color

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

This div border color is #7f488d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f488d


Comments

No comments written yet.

Please login to write comment.