Color Hex Logo

#896bdf Color Hex

#896BDF
(137,107,223)
0 Favorites   0 Comments

Color spaces of #896bdf

RGB 137107223
HSL0.710.640.65
HSV256°52°87°
CMYK 0.390.520.00   0.13
XYZ28.893521.161572.3738
Yxy21.16150.23600.1728
Hunter Lab46.001631.6125-61.0791
CIE-Lab53.125838.2385-55.3611

#896bdf color RGB value is (137,107,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101011 11011111
Octal 211 153 337
Decimal 137 107 223
Hex 89 6B DF

RGB Percentages of Color #896bdf

%29.34
%22.91
%47.75

CMYK Percentages of Color #896bdf

%39
%52
%0
%13

Triadic Colors of #896bdf

#896bdf #df896b #6bdf89

Analogous Colors of #896bdf

#896bdf #c36bdf #6b87df

Monochromatic Colors of #896bdf

#896bdf

Complementary Color

#896bdf #c1df6b

#896bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#896bdf Color CSS Codes

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

#896bdf Text Font Color

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

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


#896bdf Background Color

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

This div background color is #896bdf


#896bdf Border Color

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

This div border color is #896bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896bdf


Comments

No comments written yet.

Please login to write comment.