Color Hex Logo

#897bdf Color Hex

#897BDF
(137,123,223)
0 Favorites   0 Comments

Color spaces of #897bdf

RGB 137123223
HSL0.690.610.68
HSV248°45°87°
CMYK 0.390.450.00   0.13
XYZ30.718824.812072.9822
Yxy24.81200.23900.1931
Hunter Lab49.811622.9104-52.0014
CIE-Lab56.891828.9412-49.3558

#897bdf color RGB value is (137,123,223).

#897bdf hex color red value is 137, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #897bdf hue: 0.69 , saturation: 0.61 and the lightness value of 897bdf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111011 11011111
Octal 211 173 337
Decimal 137 123 223
Hex 89 7B DF

RGB Percentages of Color #897bdf

%28.36
%25.47
%46.17

CMYK Percentages of Color #897bdf

%39
%45
%0
%13

Triadic Colors of #897bdf

#897bdf #df897b #7bdf89

Analogous Colors of #897bdf

#897bdf #bb7bdf #7b9fdf

Monochromatic Colors of #897bdf

#897bdf

Complementary Color

#897bdf #d1df7b

#897bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#897bdf Color CSS Codes

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

#897bdf Text Font Color

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

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


#897bdf Background Color

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

This div background color is #897bdf


#897bdf Border Color

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

This div border color is #897bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,123,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 #897bdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897bdf


Comments

No comments written yet.

Please login to write comment.