Color Hex Logo

#881fed Color Hex

#881FED
(136,31,237)
0 Favorites   0 Comments

Color spaces of #881fed

RGB 13631237
HSL0.750.850.53
HSV271°87°93°
CMYK 0.430.870.00   0.07
XYZ25.929412.328681.1338
Yxy12.32860.21720.1033
Hunter Lab35.112170.3715-112.4234
CIE-Lab41.733775.4288-81.7784

#881fed color RGB value is (136,31,237).

#881fed hex color red value is 136, green value is 31 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #881fed hue: 0.75 , saturation: 0.85 and the lightness value of 881fed is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011111 11101101
Octal 210 37 355
Decimal 136 31 237
Hex 88 1F ED

RGB Percentages of Color #881fed

%33.66
%7.67
%58.66

CMYK Percentages of Color #881fed

%43
%87
%0
%7

Triadic Colors of #881fed

#881fed #ed881f #1fed88

Analogous Colors of #881fed

#881fed #ed1feb #211fed

Monochromatic Colors of #881fed

#881fed

Complementary Color

#881fed #84ed1f

#881fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#881fed Color CSS Codes

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

#881fed Text Font Color

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

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


#881fed Background Color

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

This div background color is #881fed


#881fed Border Color

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

This div border color is #881fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881fed


Comments

No comments written yet.

Please login to write comment.