Color Hex Logo

#815fae Color Hex

#815FAE
(129,95,174)
0 Favorites   0 Comments

Color spaces of #815fae

RGB 12995174
HSL0.740.330.53
HSV266°45°68°
CMYK 0.260.450.00   0.32
XYZ20.785515.907542.0193
Yxy15.90750.26410.2021
Hunter Lab39.884223.2272-34.5450
CIE-Lab46.852930.3210-37.2435

#815fae color RGB value is (129,95,174).

#815fae hex color red value is 129, green value is 95 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #815fae hue: 0.74 , saturation: 0.33 and the lightness value of 815fae is 0.53.

The process color (four color CMYK) of #815fae color hex is 0.26, 0.45, 0.00, 0.32. Web safe color of #815fae is #996699. Color #815fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011111 10101110
Octal 201 137 256
Decimal 129 95 174
Hex 81 5F AE

RGB Percentages of Color #815fae

%32.41
%23.87
%43.72

CMYK Percentages of Color #815fae

%26
%45
%0
%32

Triadic Colors of #815fae

#815fae #ae815f #5fae81

Analogous Colors of #815fae

#815fae #a95fae #5f65ae

Monochromatic Colors of #815fae

#815fae

Complementary Color

#815fae #8cae5f

#815fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#815fae Color CSS Codes

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

#815fae Text Font Color

<p style="color:#815fae">Text here</p>

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


#815fae Background Color

<div style="background-color:#815fae">
Div content here</div>

This div background color is #815fae


#815fae Border Color

<div style="border:3px solid #815fae">
Div here</div>

This div border color is #815fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815fae


Comments

No comments written yet.

Please login to write comment.