Color Hex Logo

#881af0 Color Hex

#881AF0
(136,26,240)
0 Favorites   0 Comments

Color spaces of #881af0

RGB 13626240
HSL0.750.880.52
HSV271°89°94°
CMYK 0.430.890.00   0.06
XYZ26.250912.264383.4217
Yxy12.26430.21530.1006
Hunter Lab35.020472.5158-116.7197
CIE-Lab41.633177.1970-83.6403

#881af0 color RGB value is (136,26,240).

#881af0 hex color red value is 136, green value is 26 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #881af0 hue: 0.75 , saturation: 0.88 and the lightness value of 881af0 is 0.52.

The process color (four color CMYK) of #881af0 color hex is 0.43, 0.89, 0.00, 0.06. Web safe color of #881af0 is #9933ff. Color #881af0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011010 11110000
Octal 210 32 360
Decimal 136 26 240
Hex 88 1A F0

RGB Percentages of Color #881af0

%33.83
%6.47
%59.70

CMYK Percentages of Color #881af0

%43
%89
%0
%6

Triadic Colors of #881af0

#881af0 #f0881a #1af088

Analogous Colors of #881af0

#881af0 #f01aed #1d1af0

Monochromatic Colors of #881af0

#881af0

Complementary Color

#881af0 #82f01a

#881af0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881af0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881af0 Color CSS Codes

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

#881af0 Text Font Color

<p style="color:#881af0">Text here</p>

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


#881af0 Background Color

<div style="background-color:#881af0">
Div content here</div>

This div background color is #881af0


#881af0 Border Color

<div style="border:3px solid #881af0">
Div here</div>

This div border color is #881af0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,26,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #881af0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #881af0;
  -webkit-box-shadow: 1px 1px 3px 2px #881af0;
  box-shadow:         1px 1px 3px 2px #881af0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,26,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881af0


Comments

No comments written yet.

Please login to write comment.