Color Hex Logo

#882ecf Color Hex

#882ECF
(136,46,207)
0 Favorites   0 Comments

Color spaces of #882ecf

RGB 13646207
HSL0.760.640.50
HSV274°78°81°
CMYK 0.340.780.00   0.19
XYZ22.392811.693260.1083
Yxy11.69320.23770.1241
Hunter Lab34.195357.0489-80.2828
CIE-Lab40.724364.3101-66.2666

#882ecf color RGB value is (136,46,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101110 11001111
Octal 210 56 317
Decimal 136 46 207
Hex 88 2E CF

RGB Percentages of Color #882ecf

%34.96
%11.83
%53.21

CMYK Percentages of Color #882ecf

%34
%78
%0
%19

Triadic Colors of #882ecf

#882ecf #cf882e #2ecf88

Analogous Colors of #882ecf

#882ecf #cf2ec6 #382ecf

Monochromatic Colors of #882ecf

#882ecf

Complementary Color

#882ecf #75cf2e

#882ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#882ecf Color CSS Codes

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

#882ecf Text Font Color

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

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


#882ecf Background Color

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

This div background color is #882ecf


#882ecf Border Color

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

This div border color is #882ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882ecf


Comments

No comments written yet.

Please login to write comment.