Color Hex Logo

#880bfe Color Hex

#880BFE
(136,11,254)
0 Favorites   0 Comments

Color spaces of #880bfe

RGB 13611254
HSL0.750.990.52
HSV271°96°100°
CMYK 0.460.960.00   0.00
XYZ28.162412.629394.7193
Yxy12.62930.20780.0932
Hunter Lab35.537779.2640-133.1502
CIE-Lab42.199382.4756-90.5784

#880bfe color RGB value is (136,11,254).

#880bfe hex color red value is 136, green value is 11 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #880bfe hue: 0.75 , saturation: 0.99 and the lightness value of 880bfe is 0.52.

The process color (four color CMYK) of #880bfe color hex is 0.46, 0.96, 0.00, 0.00. Web safe color of #880bfe is #9900ff. Color #880bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001011 11111110
Octal 210 13 376
Decimal 136 11 254
Hex 88 B FE

RGB Percentages of Color #880bfe

%33.92
%2.74
%63.34

CMYK Percentages of Color #880bfe

%46
%96
%0
%0

Triadic Colors of #880bfe

#880bfe #fe880b #0bfe88

Analogous Colors of #880bfe

#880bfe #fe0bfb #0f0bfe

Monochromatic Colors of #880bfe

#880bfe

Complementary Color

#880bfe #81fe0b

#880bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#880bfe Color CSS Codes

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

#880bfe Text Font Color

<p style="color:#880bfe">Text here</p>

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


#880bfe Background Color

<div style="background-color:#880bfe">
Div content here</div>

This div background color is #880bfe


#880bfe Border Color

<div style="border:3px solid #880bfe">
Div here</div>

This div border color is #880bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,11,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #880bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #880bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #880bfe;
  box-shadow:         1px 1px 3px 2px #880bfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880bfe


Comments

No comments written yet.

Please login to write comment.