Color Hex Logo

#896fd9 Color Hex

#896FD9
(137,111,217)
0 Favorites   0 Comments

Color spaces of #896fd9

RGB 137111217
HSL0.710.580.64
HSV255°49°85°
CMYK 0.370.490.00   0.15
XYZ28.525421.697068.3301
Yxy21.69700.24060.1830
Hunter Lab46.580027.7975-54.3688
CIE-Lab53.704034.3123-51.0510

#896fd9 color RGB value is (137,111,217).

#896fd9 hex color red value is 137, green value is 111 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #896fd9 hue: 0.71 , saturation: 0.58 and the lightness value of 896fd9 is 0.64.

The process color (four color CMYK) of #896fd9 color hex is 0.37, 0.49, 0.00, 0.15. Web safe color of #896fd9 is #9966cc. Color #896fd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101111 11011001
Octal 211 157 331
Decimal 137 111 217
Hex 89 6F D9

RGB Percentages of Color #896fd9

%29.46
%23.87
%46.67

CMYK Percentages of Color #896fd9

%37
%49
%0
%15

Triadic Colors of #896fd9

#896fd9 #d9896f #6fd989

Analogous Colors of #896fd9

#896fd9 #be6fd9 #6f8ad9

Monochromatic Colors of #896fd9

#896fd9

Complementary Color

#896fd9 #bfd96f

#896fd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896fd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896fd9 Color CSS Codes

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

#896fd9 Text Font Color

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

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


#896fd9 Background Color

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

This div background color is #896fd9


#896fd9 Border Color

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

This div border color is #896fd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896fd9


Comments

No comments written yet.

Please login to write comment.