Color Hex Logo

#884dbc Color Hex

#884DBC
(136,77,188)
0 Favorites   0 Comments

Color spaces of #884dbc

RGB 13677188
HSL0.760.450.52
HSV272°59°74°
CMYK 0.280.590.00   0.26
XYZ21.884314.172849.1592
Yxy14.17280.25680.1663
Hunter Lab37.646837.8813-51.0682
CIE-Lab44.479745.7675-49.1551

#884dbc color RGB value is (136,77,188).

#884dbc hex color red value is 136, green value is 77 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #884dbc hue: 0.76 , saturation: 0.45 and the lightness value of 884dbc is 0.52.

The process color (four color CMYK) of #884dbc color hex is 0.28, 0.59, 0.00, 0.26. Web safe color of #884dbc is #9966cc. Color #884dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001101 10111100
Octal 210 115 274
Decimal 136 77 188
Hex 88 4D BC

RGB Percentages of Color #884dbc

%33.92
%19.20
%46.88

CMYK Percentages of Color #884dbc

%28
%59
%0
%26

Triadic Colors of #884dbc

#884dbc #bc884d #4dbc88

Analogous Colors of #884dbc

#884dbc #bc4db9 #514dbc

Monochromatic Colors of #884dbc

#884dbc

Complementary Color

#884dbc #81bc4d

#884dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#884dbc Color CSS Codes

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

#884dbc Text Font Color

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

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


#884dbc Background Color

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

This div background color is #884dbc


#884dbc Border Color

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

This div border color is #884dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884dbc


Comments

No comments written yet.

Please login to write comment.