Color Hex Logo

#882def Color Hex

#882DEF
(136,45,239)
0 Favorites   0 Comments

Color spaces of #882def

RGB 13645239
HSL0.740.860.56
HSV268°81°94°
CMYK 0.430.810.00   0.06
XYZ26.671713.343082.8311
Yxy13.34300.21710.1086
Hunter Lab36.528166.4112-108.8764
CIE-Lab43.275671.8481-80.3756

#882def color RGB value is (136,45,239).

#882def hex color red value is 136, green value is 45 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #882def hue: 0.74 , saturation: 0.86 and the lightness value of 882def is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101101 11101111
Octal 210 55 357
Decimal 136 45 239
Hex 88 2D EF

RGB Percentages of Color #882def

%32.38
%10.71
%56.90

CMYK Percentages of Color #882def

%43
%81
%0
%6

Triadic Colors of #882def

#882def #ef882d #2def88

Analogous Colors of #882def

#882def #e92def #2d33ef

Monochromatic Colors of #882def

#882def

Complementary Color

#882def #94ef2d

#882def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882def Color Preview on White Background

Lorem ipsum dolor sit amet.

#882def Color CSS Codes

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

#882def Text Font Color

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

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


#882def Background Color

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

This div background color is #882def


#882def Border Color

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

This div border color is #882def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882def


Comments

No comments written yet.

Please login to write comment.