Color Hex Logo

#896ddd Color Hex

#896DDD
(137,109,221)
0 Favorites   0 Comments

Color spaces of #896ddd

RGB 137109221
HSL0.710.620.65
HSV255°51°87°
CMYK 0.380.510.00   0.13
XYZ28.836321.476171.0321
Yxy21.47610.23760.1770
Hunter Lab46.342329.9718-58.4383
CIE-Lab53.466736.5472-53.6881

#896ddd color RGB value is (137,109,221).

#896ddd hex color red value is 137, green value is 109 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #896ddd hue: 0.71 , saturation: 0.62 and the lightness value of 896ddd is 0.65.

The process color (four color CMYK) of #896ddd color hex is 0.38, 0.51, 0.00, 0.13. Web safe color of #896ddd is #9966cc. Color #896ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101101 11011101
Octal 211 155 335
Decimal 137 109 221
Hex 89 6D DD

RGB Percentages of Color #896ddd

%29.34
%23.34
%47.32

CMYK Percentages of Color #896ddd

%38
%51
%0
%13

Triadic Colors of #896ddd

#896ddd #dd896d #6ddd89

Analogous Colors of #896ddd

#896ddd #c16ddd #6d89dd

Monochromatic Colors of #896ddd

#896ddd

Complementary Color

#896ddd #c1dd6d

#896ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#896ddd Color CSS Codes

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

#896ddd Text Font Color

<p style="color:#896ddd">Text here</p>

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


#896ddd Background Color

<div style="background-color:#896ddd">
Div content here</div>

This div background color is #896ddd


#896ddd Border Color

<div style="border:3px solid #896ddd">
Div here</div>

This div border color is #896ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,109,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #896ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #896ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #896ddd;
  box-shadow:         1px 1px 3px 2px #896ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,109,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896ddd


Comments

No comments written yet.

Please login to write comment.