Color Hex Logo

#897bdc Color Hex

#897BDC
(137,123,220)
0 Favorites   0 Comments

Color spaces of #897bdc

RGB 137123220
HSL0.690.580.67
HSV249°44°86°
CMYK 0.380.440.00   0.14
XYZ30.317824.651670.8705
Yxy24.65160.24090.1959
Hunter Lab49.650422.1085-49.8747
CIE-Lab56.734428.1201-47.9225

#897bdc color RGB value is (137,123,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111011 11011100
Octal 211 173 334
Decimal 137 123 220
Hex 89 7B DC

RGB Percentages of Color #897bdc

%28.54
%25.63
%45.83

CMYK Percentages of Color #897bdc

%38
%44
%0
%14

Triadic Colors of #897bdc

#897bdc #dc897b #7bdc89

Analogous Colors of #897bdc

#897bdc #ba7bdc #7b9edc

Monochromatic Colors of #897bdc

#897bdc

Complementary Color

#897bdc #cedc7b

#897bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#897bdc Color CSS Codes

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

#897bdc Text Font Color

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

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


#897bdc Background Color

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

This div background color is #897bdc


#897bdc Border Color

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

This div border color is #897bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897bdc


Comments

No comments written yet.

Please login to write comment.