Color Hex Logo

#882ece Color Hex

#882ECE
(136,46,206)
0 Favorites   0 Comments

Color spaces of #882ece

RGB 13646206
HSL0.760.630.49
HSV274°78°81°
CMYK 0.340.780.00   0.19
XYZ22.270911.644559.4663
Yxy11.64450.23850.1247
Hunter Lab34.124056.7802-79.4350
CIE-Lab40.645464.0887-65.8163

#882ece color RGB value is (136,46,206).

#882ece hex color red value is 136, green value is 46 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #882ece hue: 0.76 , saturation: 0.63 and the lightness value of 882ece is 0.49.

The process color (four color CMYK) of #882ece color hex is 0.34, 0.78, 0.00, 0.19. Web safe color of #882ece is #9933cc. Color #882ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101110 11001110
Octal 210 56 316
Decimal 136 46 206
Hex 88 2E CE

RGB Percentages of Color #882ece

%35.05
%11.86
%53.09

CMYK Percentages of Color #882ece

%34
%78
%0
%19

Triadic Colors of #882ece

#882ece #ce882e #2ece88

Analogous Colors of #882ece

#882ece #ce2ec4 #382ece

Monochromatic Colors of #882ece

#882ece

Complementary Color

#882ece #74ce2e

#882ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#882ece Color CSS Codes

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

#882ece Text Font Color

<p style="color:#882ece">Text here</p>

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


#882ece Background Color

<div style="background-color:#882ece">
Div content here</div>

This div background color is #882ece


#882ece Border Color

<div style="border:3px solid #882ece">
Div here</div>

This div border color is #882ece


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,46,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #882ece; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #882ece;
  -webkit-box-shadow: 1px 1px 3px 2px #882ece;
  box-shadow:         1px 1px 3px 2px #882ece; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882ece


Comments

No comments written yet.

Please login to write comment.