Color Hex Logo

#81417d Color Hex

#81417D
(129,65,125)
0 Favorites   0 Comments

Color spaces of #81417d

RGB 12965125
HSL0.840.330.38
HSV304°50°51°
CMYK 0.000.500.03   0.49
XYZ14.64529.928420.5465
Yxy9.92840.32460.2200
Hunter Lab31.509427.8234-16.6050
CIE-Lab37.713636.5298-22.1059

#81417d color RGB value is (129,65,125).

#81417d hex color red value is 129, green value is 65 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #81417d hue: 0.84 , saturation: 0.33 and the lightness value of 81417d is 0.38.

The process color (four color CMYK) of #81417d color hex is 0.00, 0.50, 0.03, 0.49. Web safe color of #81417d is #993366. Color #81417d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000001 01111101
Octal 201 101 175
Decimal 129 65 125
Hex 81 41 7D

RGB Percentages of Color #81417d

%40.44
%20.38
%39.18

CMYK Percentages of Color #81417d

%0
%50
%3
%49

Triadic Colors of #81417d

#81417d #7d8141 #417d81

Analogous Colors of #81417d

#81417d #81415d #654181

Monochromatic Colors of #81417d

#81417d

Complementary Color

#81417d #418145

#81417d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81417d Color Preview on White Background

Lorem ipsum dolor sit amet.

#81417d Color CSS Codes

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

#81417d Text Font Color

<p style="color:#81417d">Text here</p>

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


#81417d Background Color

<div style="background-color:#81417d">
Div content here</div>

This div background color is #81417d


#81417d Border Color

<div style="border:3px solid #81417d">
Div here</div>

This div border color is #81417d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,65,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81417d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81417d;
  -webkit-box-shadow: 1px 1px 3px 2px #81417d;
  box-shadow:         1px 1px 3px 2px #81417d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81417d


Comments

No comments written yet.

Please login to write comment.