Color Hex Logo

#896dde Color Hex

#896DDE
(137,109,222)
1 Favorites   0 Comments

Color spaces of #896dde

RGB 137109222
HSL0.710.630.65
HSV255°51°87°
CMYK 0.380.510.00   0.13
XYZ28.970021.529671.7360
Yxy21.52960.23700.1761
Hunter Lab46.400030.2471-59.1844
CIE-Lab53.524336.8172-54.1598

#896dde color RGB value is (137,109,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101101 11011110
Octal 211 155 336
Decimal 137 109 222
Hex 89 6D DE

RGB Percentages of Color #896dde

%29.27
%23.29
%47.44

CMYK Percentages of Color #896dde

%38
%51
%0
%13

Triadic Colors of #896dde

#896dde #de896d #6dde89

Analogous Colors of #896dde

#896dde #c26dde #6d8ade

Monochromatic Colors of #896dde

#896dde

Complementary Color

#896dde #c2de6d

#896dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#896dde Color CSS Codes

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

#896dde Text Font Color

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

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


#896dde Background Color

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

This div background color is #896dde


#896dde Border Color

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

This div border color is #896dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896dde


Comments

No comments written yet.

Please login to write comment.