Color Hex Logo

#81385f Color Hex

#81385F
(129,56,95)
0 Favorites   0 Comments

Color spaces of #81385f

RGB 1295695
HSL0.910.390.36
HSV328°57°51°
CMYK 0.000.570.26   0.49
XYZ12.53308.321711.7722
Yxy8.32170.38410.2551
Hunter Lab28.847427.0681-4.0023
CIE-Lab34.644136.1994-7.9613

#81385f color RGB value is (129,56,95).

#81385f hex color red value is 129, green value is 56 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #81385f hue: 0.91 , saturation: 0.39 and the lightness value of 81385f is 0.36.

The process color (four color CMYK) of #81385f color hex is 0.00, 0.57, 0.26, 0.49. Web safe color of #81385f is #993366. Color #81385f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111000 01011111
Octal 201 70 137
Decimal 129 56 95
Hex 81 38 5F

RGB Percentages of Color #81385f

%46.07
%20.00
%33.93

CMYK Percentages of Color #81385f

%0
%57
%26
%49

Triadic Colors of #81385f

#81385f #5f8138 #385f81

Analogous Colors of #81385f

#81385f #81383b #7f3881

Monochromatic Colors of #81385f

#81385f

Complementary Color

#81385f #38815a

#81385f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81385f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81385f Color CSS Codes

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

#81385f Text Font Color

<p style="color:#81385f">Text here</p>

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


#81385f Background Color

<div style="background-color:#81385f">
Div content here</div>

This div background color is #81385f


#81385f Border Color

<div style="border:3px solid #81385f">
Div here</div>

This div border color is #81385f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,56,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81385f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81385f;
  -webkit-box-shadow: 1px 1px 3px 2px #81385f;
  box-shadow:         1px 1px 3px 2px #81385f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81385f


Comments

No comments written yet.

Please login to write comment.