Color Hex Logo

#882fcc Color Hex

#882FCC
(136,47,204)
0 Favorites   0 Comments

Color spaces of #882fcc

RGB 13647204
HSL0.760.630.49
HSV274°77°80°
CMYK 0.330.770.00   0.20
XYZ22.068911.626958.2078
Yxy11.62690.24010.1265
Hunter Lab34.098255.8560-77.3429
CIE-Lab40.616963.2769-64.7041

#882fcc color RGB value is (136,47,204).

#882fcc hex color red value is 136, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #882fcc hue: 0.76 , saturation: 0.63 and the lightness value of 882fcc is 0.49.

The process color (four color CMYK) of #882fcc color hex is 0.33, 0.77, 0.00, 0.20. Web safe color of #882fcc is #9933cc. Color #882fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101111 11001100
Octal 210 57 314
Decimal 136 47 204
Hex 88 2F CC

RGB Percentages of Color #882fcc

%35.14
%12.14
%52.71

CMYK Percentages of Color #882fcc

%33
%77
%0
%20

Triadic Colors of #882fcc

#882fcc #cc882f #2fcc88

Analogous Colors of #882fcc

#882fcc #cc2fc2 #3a2fcc

Monochromatic Colors of #882fcc

#882fcc

Complementary Color

#882fcc #73cc2f

#882fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#882fcc Color CSS Codes

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

#882fcc Text Font Color

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

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


#882fcc Background Color

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

This div background color is #882fcc


#882fcc Border Color

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

This div border color is #882fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882fcc


Comments

No comments written yet.

Please login to write comment.