Color Hex Logo

#882ffd Color Hex

#882FFD
(136,47,253)
0 Favorites   0 Comments

Color spaces of #882ffd

RGB 13647253
HSL0.740.980.59
HSV266°81°99°
CMYK 0.460.810.00   0.01
XYZ28.899514.359194.1769
Yxy14.35910.21030.1045
Hunter Lab37.893469.8200-120.8287
CIE-Lab44.743674.3920-85.8266

#882ffd color RGB value is (136,47,253).

#882ffd hex color red value is 136, green value is 47 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #882ffd hue: 0.74 , saturation: 0.98 and the lightness value of 882ffd is 0.59.

The process color (four color CMYK) of #882ffd color hex is 0.46, 0.81, 0.00, 0.01. Web safe color of #882ffd is #9933ff. Color #882ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101111 11111101
Octal 210 57 375
Decimal 136 47 253
Hex 88 2F FD

RGB Percentages of Color #882ffd

%31.19
%10.78
%58.03

CMYK Percentages of Color #882ffd

%46
%81
%0
%1

Triadic Colors of #882ffd

#882ffd #fd882f #2ffd88

Analogous Colors of #882ffd

#882ffd #ef2ffd #2f3dfd

Monochromatic Colors of #882ffd

#882ffd

Complementary Color

#882ffd #a4fd2f

#882ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#882ffd Color CSS Codes

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

#882ffd Text Font Color

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

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


#882ffd Background Color

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

This div background color is #882ffd


#882ffd Border Color

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

This div border color is #882ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882ffd


Comments

No comments written yet.

Please login to write comment.