Color Hex Logo

#882ced Color Hex

#882CED
(136,44,237)
0 Favorites   0 Comments

Color spaces of #882ced

RGB 13644237
HSL0.750.840.55
HSV269°81°93°
CMYK 0.430.810.00   0.07
XYZ26.340113.150081.2707
Yxy13.15000.21810.1089
Hunter Lab36.262966.1959-107.4938
CIE-Lab42.988471.7237-79.7170

#882ced color RGB value is (136,44,237).

#882ced hex color red value is 136, green value is 44 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #882ced hue: 0.75 , saturation: 0.84 and the lightness value of 882ced is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101100 11101101
Octal 210 54 355
Decimal 136 44 237
Hex 88 2C ED

RGB Percentages of Color #882ced

%32.61
%10.55
%56.83

CMYK Percentages of Color #882ced

%43
%81
%0
%7

Triadic Colors of #882ced

#882ced #ed882c #2ced88

Analogous Colors of #882ced

#882ced #e92ced #2c31ed

Monochromatic Colors of #882ced

#882ced

Complementary Color

#882ced #91ed2c

#882ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#882ced Color CSS Codes

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

#882ced Text Font Color

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

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


#882ced Background Color

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

This div background color is #882ced


#882ced Border Color

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

This div border color is #882ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882ced


Comments

No comments written yet.

Please login to write comment.