Color Hex Logo

#885dba Color Hex

#885DBA
(136,93,186)
0 Favorites   0 Comments

Color spaces of #885dba

RGB 13693186
HSL0.740.400.55
HSV268°50°73°
CMYK 0.270.500.00   0.27
XYZ22.930616.608148.4515
Yxy16.60810.26060.1887
Hunter Lab40.753029.1192-41.9631
CIE-Lab47.762436.4262-42.7555

#885dba color RGB value is (136,93,186).

#885dba hex color red value is 136, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #885dba hue: 0.74 , saturation: 0.40 and the lightness value of 885dba is 0.55.

The process color (four color CMYK) of #885dba color hex is 0.27, 0.50, 0.00, 0.27. Web safe color of #885dba is #9966cc. Color #885dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011101 10111010
Octal 210 135 272
Decimal 136 93 186
Hex 88 5D BA

RGB Percentages of Color #885dba

%32.77
%22.41
%44.82

CMYK Percentages of Color #885dba

%27
%50
%0
%27

Triadic Colors of #885dba

#885dba #ba885d #5dba88

Analogous Colors of #885dba

#885dba #b75dba #5d60ba

Monochromatic Colors of #885dba

#885dba

Complementary Color

#885dba #8fba5d

#885dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#885dba Color CSS Codes

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

#885dba Text Font Color

<p style="color:#885dba">Text here</p>

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


#885dba Background Color

<div style="background-color:#885dba">
Div content here</div>

This div background color is #885dba


#885dba Border Color

<div style="border:3px solid #885dba">
Div here</div>

This div border color is #885dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,93,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #885dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #885dba;
  -webkit-box-shadow: 1px 1px 3px 2px #885dba;
  box-shadow:         1px 1px 3px 2px #885dba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885dba


Comments

No comments written yet.

Please login to write comment.