Color Hex Logo

#897dca Color Hex

#897DCA
(137,125,202)
0 Favorites   0 Comments

Color spaces of #897dca

RGB 137125202
HSL0.690.420.64
HSV249°38°79°
CMYK 0.320.380.00   0.21
XYZ28.310824.249959.0657
Yxy24.24990.25360.2172
Hunter Lab49.244216.4435-36.6442
CIE-Lab56.337122.1211-38.3937

#897dca color RGB value is (137,125,202).

#897dca hex color red value is 137, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #897dca hue: 0.69 , saturation: 0.42 and the lightness value of 897dca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111101 11001010
Octal 211 175 312
Decimal 137 125 202
Hex 89 7D CA

RGB Percentages of Color #897dca

%29.53
%26.94
%43.53

CMYK Percentages of Color #897dca

%32
%38
%0
%21

Triadic Colors of #897dca

#897dca #ca897d #7dca89

Analogous Colors of #897dca

#897dca #b07dca #7d98ca

Monochromatic Colors of #897dca

#897dca

Complementary Color

#897dca #beca7d

#897dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#897dca Color CSS Codes

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

#897dca Text Font Color

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

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


#897dca Background Color

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

This div background color is #897dca


#897dca Border Color

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

This div border color is #897dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897dca


Comments

No comments written yet.

Please login to write comment.