Color Hex Logo

#897adc Color Hex

#897ADC
(137,122,220)
0 Favorites   0 Comments

Color spaces of #897adc

RGB 137122220
HSL0.690.580.67
HSV249°45°86°
CMYK 0.380.450.00   0.14
XYZ30.194324.404770.8293
Yxy24.40470.24070.1946
Hunter Lab49.401122.6485-50.4268
CIE-Lab56.490728.7058-48.3090

#897adc color RGB value is (137,122,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111010 11011100
Octal 211 172 334
Decimal 137 122 220
Hex 89 7A DC

RGB Percentages of Color #897adc

%28.60
%25.47
%45.93

CMYK Percentages of Color #897adc

%38
%45
%0
%14

Triadic Colors of #897adc

#897adc #dc897a #7adc89

Analogous Colors of #897adc

#897adc #ba7adc #7a9cdc

Monochromatic Colors of #897adc

#897adc

Complementary Color

#897adc #cddc7a

#897adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#897adc Color CSS Codes

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

#897adc Text Font Color

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

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


#897adc Background Color

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

This div background color is #897adc


#897adc Border Color

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

This div border color is #897adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897adc


Comments

No comments written yet.

Please login to write comment.