Color Hex Logo

#882afd Color Hex

#882AFD
(136,42,253)
0 Favorites   0 Comments

Color spaces of #882afd

RGB 13642253
HSL0.740.980.58
HSV267°83°99°
CMYK 0.460.830.00   0.01
XYZ28.710913.982094.1141
Yxy13.98200.20990.1022
Hunter Lab37.392571.6198-123.0536
CIE-Lab44.207175.9714-86.7092

#882afd color RGB value is (136,42,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101010 11111101
Octal 210 52 375
Decimal 136 42 253
Hex 88 2A FD

RGB Percentages of Color #882afd

%31.55
%9.74
%58.70

CMYK Percentages of Color #882afd

%46
%83
%0
%1

Triadic Colors of #882afd

#882afd #fd882a #2afd88

Analogous Colors of #882afd

#882afd #f22afd #2a36fd

Monochromatic Colors of #882afd

#882afd

Complementary Color

#882afd #9ffd2a

#882afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#882afd Color CSS Codes

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

#882afd Text Font Color

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

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


#882afd Background Color

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

This div background color is #882afd


#882afd Border Color

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

This div border color is #882afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,42,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 #882afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882afd


Comments

No comments written yet.

Please login to write comment.