Color Hex Logo

#884bcb Color Hex

#884BCB
(136,75,203)
0 Favorites   0 Comments

Color spaces of #884bcb

RGB 13675203
HSL0.750.550.55
HSV269°63°80°
CMYK 0.330.630.00   0.20
XYZ23.448914.578258.0779
Yxy14.57820.24400.1517
Hunter Lab38.181442.8073-63.4593
CIE-Lab45.051050.4410-56.9382

#884bcb color RGB value is (136,75,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001011 11001011
Octal 210 113 313
Decimal 136 75 203
Hex 88 4B CB

RGB Percentages of Color #884bcb

%32.85
%18.12
%49.03

CMYK Percentages of Color #884bcb

%33
%63
%0
%20

Triadic Colors of #884bcb

#884bcb #cb884b #4bcb88

Analogous Colors of #884bcb

#884bcb #c84bcb #4b4ecb

Monochromatic Colors of #884bcb

#884bcb

Complementary Color

#884bcb #8ecb4b

#884bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#884bcb Color CSS Codes

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

#884bcb Text Font Color

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

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


#884bcb Background Color

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

This div background color is #884bcb


#884bcb Border Color

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

This div border color is #884bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884bcb


Comments

No comments written yet.

Please login to write comment.