Color Hex Logo

#814bad Color Hex

#814BAD
(129,75,173)
0 Favorites   0 Comments

Color spaces of #814bad

RGB 12975173
HSL0.760.400.49
HSV273°57°68°
CMYK 0.250.570.00   0.32
XYZ19.112212.716440.9824
Yxy12.71640.26250.1746
Hunter Lab35.660133.2629-43.1771
CIE-Lab42.332841.4935-43.8291

#814bad color RGB value is (129,75,173).

#814bad hex color red value is 129, green value is 75 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #814bad hue: 0.76 , saturation: 0.40 and the lightness value of 814bad is 0.49.

The process color (four color CMYK) of #814bad color hex is 0.25, 0.57, 0.00, 0.32. Web safe color of #814bad is #993399. Color #814bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001011 10101101
Octal 201 113 255
Decimal 129 75 173
Hex 81 4B AD

RGB Percentages of Color #814bad

%34.22
%19.89
%45.89

CMYK Percentages of Color #814bad

%25
%57
%0
%32

Triadic Colors of #814bad

#814bad #ad814b #4bad81

Analogous Colors of #814bad

#814bad #ad4ba8 #504bad

Monochromatic Colors of #814bad

#814bad

Complementary Color

#814bad #77ad4b

#814bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#814bad Color CSS Codes

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

#814bad Text Font Color

<p style="color:#814bad">Text here</p>

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


#814bad Background Color

<div style="background-color:#814bad">
Div content here</div>

This div background color is #814bad


#814bad Border Color

<div style="border:3px solid #814bad">
Div here</div>

This div border color is #814bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,75,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #814bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #814bad;
  -webkit-box-shadow: 1px 1px 3px 2px #814bad;
  box-shadow:         1px 1px 3px 2px #814bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814bad


Comments

No comments written yet.

Please login to write comment.