Color Hex Logo

#897bda Color Hex

#897BDA
(137,123,218)
0 Favorites   0 Comments

Color spaces of #897bda

RGB 137123218
HSL0.690.560.67
HSV249°44°85°
CMYK 0.370.440.00   0.15
XYZ30.054424.546269.4835
Yxy24.54620.24220.1978
Hunter Lab49.544121.5793-48.4708
CIE-Lab56.630627.5753-46.9633

#897bda color RGB value is (137,123,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111011 11011010
Octal 211 173 332
Decimal 137 123 218
Hex 89 7B DA

RGB Percentages of Color #897bda

%28.66
%25.73
%45.61

CMYK Percentages of Color #897bda

%37
%44
%0
%15

Triadic Colors of #897bda

#897bda #da897b #7bda89

Analogous Colors of #897bda

#897bda #b97bda #7b9dda

Monochromatic Colors of #897bda

#897bda

Complementary Color

#897bda #ccda7b

#897bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#897bda Color CSS Codes

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

#897bda Text Font Color

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

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


#897bda Background Color

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

This div background color is #897bda


#897bda Border Color

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

This div border color is #897bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897bda


Comments

No comments written yet.

Please login to write comment.