Color Hex Logo

#884bcc Color Hex

#884BCC
(136,75,204)
0 Favorites   0 Comments

Color spaces of #884bcc

RGB 13675204
HSL0.750.560.55
HSV268°63°80°
CMYK 0.330.630.00   0.20
XYZ23.568514.626058.7076
Yxy14.62600.24320.1509
Hunter Lab38.244043.0768-64.2442
CIE-Lab45.117650.6860-57.4074

#884bcc color RGB value is (136,75,204).

#884bcc hex color red value is 136, green value is 75 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #884bcc hue: 0.75 , saturation: 0.56 and the lightness value of 884bcc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001011 11001100
Octal 210 113 314
Decimal 136 75 204
Hex 88 4B CC

RGB Percentages of Color #884bcc

%32.77
%18.07
%49.16

CMYK Percentages of Color #884bcc

%33
%63
%0
%20

Triadic Colors of #884bcc

#884bcc #cc884b #4bcc88

Analogous Colors of #884bcc

#884bcc #c94bcc #4b4fcc

Monochromatic Colors of #884bcc

#884bcc

Complementary Color

#884bcc #8fcc4b

#884bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#884bcc Color CSS Codes

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

#884bcc Text Font Color

<p style="color:#884bcc">Text here</p>

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


#884bcc Background Color

<div style="background-color:#884bcc">
Div content here</div>

This div background color is #884bcc


#884bcc Border Color

<div style="border:3px solid #884bcc">
Div here</div>

This div border color is #884bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884bcc


Comments

No comments written yet.

Please login to write comment.