Color Hex Logo

#8d458a Color Hex

#8D458A
(141,69,138)
0 Favorites   0 Comments

Color spaces of #8d458a

RGB 14169138
HSL0.840.340.41
HSV303°51°55°
CMYK 0.000.510.02   0.45
XYZ17.700111.753925.3806
Yxy11.75390.32280.2144
Hunter Lab34.284032.1589-19.8939
CIE-Lab40.822340.6046-25.1171

#8d458a color RGB value is (141,69,138).

#8d458a hex color red value is 141, green value is 69 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #8d458a hue: 0.84 , saturation: 0.34 and the lightness value of 8d458a is 0.41.

The process color (four color CMYK) of #8d458a color hex is 0.00, 0.51, 0.02, 0.45. Web safe color of #8d458a is #993399. Color #8d458a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01000101 10001010
Octal 215 105 212
Decimal 141 69 138
Hex 8D 45 8A

RGB Percentages of Color #8d458a

%40.52
%19.83
%39.66

CMYK Percentages of Color #8d458a

%0
%51
%2
%45

Triadic Colors of #8d458a

#8d458a #8a8d45 #458a8d

Analogous Colors of #8d458a

#8d458a #8d4566 #6c458d

Monochromatic Colors of #8d458a

#8d458a

Complementary Color

#8d458a #458d48

#8d458a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d458a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d458a Color CSS Codes

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

#8d458a Text Font Color

<p style="color:#8d458a">Text here</p>

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


#8d458a Background Color

<div style="background-color:#8d458a">
Div content here</div>

This div background color is #8d458a


#8d458a Border Color

<div style="border:3px solid #8d458a">
Div here</div>

This div border color is #8d458a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,69,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d458a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d458a;
  -webkit-box-shadow: 1px 1px 3px 2px #8d458a;
  box-shadow:         1px 1px 3px 2px #8d458a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d458a


Comments

No comments written yet.

Please login to write comment.