Color Hex Logo

#81267d Color Hex

#81267D
(129,38,125)
0 Favorites   0 Comments

Color spaces of #81267d

RGB 12938125
HSL0.840.540.33
HSV303°71°51°
CMYK 0.000.710.03   0.49
XYZ13.44807.534020.1475
Yxy7.53400.32700.1832
Hunter Lab27.448139.4205-24.3064
CIE-Lab32.992949.3649-29.4977

#81267d color RGB value is (129,38,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100110 01111101
Octal 201 46 175
Decimal 129 38 125
Hex 81 26 7D

RGB Percentages of Color #81267d

%44.18
%13.01
%42.81

CMYK Percentages of Color #81267d

%0
%71
%3
%49

Triadic Colors of #81267d

#81267d #7d8126 #267d81

Analogous Colors of #81267d

#81267d #812650 #572681

Monochromatic Colors of #81267d

#81267d

Complementary Color

#81267d #26812a

#81267d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81267d Color Preview on White Background

Lorem ipsum dolor sit amet.

#81267d Color CSS Codes

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

#81267d Text Font Color

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

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


#81267d Background Color

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

This div background color is #81267d


#81267d Border Color

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

This div border color is #81267d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,38,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 #81267d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81267d


Comments

No comments written yet.

Please login to write comment.