Color Hex Logo

#81249b Color Hex

#81249B
(129,36,155)
0 Favorites   0 Comments

Color spaces of #81249b

RGB 12936155
HSL0.800.620.37
HSV287°77°61°
CMYK 0.170.770.00   0.39
XYZ15.60058.295431.7893
Yxy8.29540.28020.1490
Hunter Lab28.801746.2817-45.2789
CIE-Lab34.590755.6968-45.4541

#81249b color RGB value is (129,36,155).

#81249b hex color red value is 129, green value is 36 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #81249b hue: 0.80 , saturation: 0.62 and the lightness value of 81249b is 0.37.

The process color (four color CMYK) of #81249b color hex is 0.17, 0.77, 0.00, 0.39. Web safe color of #81249b is #993399. Color #81249b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100100 10011011
Octal 201 44 233
Decimal 129 36 155
Hex 81 24 9B

RGB Percentages of Color #81249b

%40.31
%11.25
%48.44

CMYK Percentages of Color #81249b

%17
%77
%0
%39

Triadic Colors of #81249b

#81249b #9b8124 #249b81

Analogous Colors of #81249b

#81249b #9b247a #45249b

Monochromatic Colors of #81249b

#81249b

Complementary Color

#81249b #3e9b24

#81249b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81249b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81249b Color CSS Codes

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

#81249b Text Font Color

<p style="color:#81249b">Text here</p>

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


#81249b Background Color

<div style="background-color:#81249b">
Div content here</div>

This div background color is #81249b


#81249b Border Color

<div style="border:3px solid #81249b">
Div here</div>

This div border color is #81249b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,36,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81249b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81249b;
  -webkit-box-shadow: 1px 1px 3px 2px #81249b;
  box-shadow:         1px 1px 3px 2px #81249b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81249b


Comments

No comments written yet.

Please login to write comment.