Color Hex Logo

#800fae Color Hex

#800FAE
(128,15,174)
0 Favorites   0 Comments

Color spaces of #800fae

RGB 12815174
HSL0.790.840.37
HSV283°91°68°
CMYK 0.260.910.00   0.32
XYZ16.71297.986840.7051
Yxy7.98680.25550.1221
Hunter Lab28.260956.1044-65.6146
CIE-Lab33.955464.7932-57.9465

#800fae color RGB value is (128,15,174).

#800fae hex color red value is 128, green value is 15 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #800fae hue: 0.79 , saturation: 0.84 and the lightness value of 800fae is 0.37.

The process color (four color CMYK) of #800fae color hex is 0.26, 0.91, 0.00, 0.32. Web safe color of #800fae is #990099. Color #800fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001111 10101110
Octal 200 17 256
Decimal 128 15 174
Hex 80 F AE

RGB Percentages of Color #800fae

%40.38
%4.73
%54.89

CMYK Percentages of Color #800fae

%26
%91
%0
%32

Triadic Colors of #800fae

#800fae #ae800f #0fae80

Analogous Colors of #800fae

#800fae #ae0f8d #310fae

Monochromatic Colors of #800fae

#800fae

Complementary Color

#800fae #3dae0f

#800fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#800fae Color CSS Codes

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

#800fae Text Font Color

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

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


#800fae Background Color

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

This div background color is #800fae


#800fae Border Color

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

This div border color is #800fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,15,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 #800fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800fae


Comments

No comments written yet.

Please login to write comment.