Color Hex Logo

#897ced Color Hex

#897CED
(137,124,237)
0 Favorites   0 Comments

Color spaces of #897ced

RGB 137124237
HSL0.690.760.71
HSV247°48°93°
CMYK 0.420.480.00   0.07
XYZ32.810225.848183.3807
Yxy25.84810.23100.1820
Hunter Lab50.841026.2230-61.6485
CIE-Lab57.892632.2441-55.5768

#897ced color RGB value is (137,124,237).

#897ced hex color red value is 137, green value is 124 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #897ced hue: 0.69 , saturation: 0.76 and the lightness value of 897ced is 0.71.

The process color (four color CMYK) of #897ced color hex is 0.42, 0.48, 0.00, 0.07. Web safe color of #897ced is #9966ff. Color #897ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111100 11101101
Octal 211 174 355
Decimal 137 124 237
Hex 89 7C ED

RGB Percentages of Color #897ced

%27.51
%24.90
%47.59

CMYK Percentages of Color #897ced

%42
%48
%0
%7

Triadic Colors of #897ced

#897ced #ed897c #7ced89

Analogous Colors of #897ced

#897ced #c27ced #7ca8ed

Monochromatic Colors of #897ced

#897ced

Complementary Color

#897ced #e0ed7c

#897ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#897ced Color CSS Codes

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

#897ced Text Font Color

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

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


#897ced Background Color

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

This div background color is #897ced


#897ced Border Color

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

This div border color is #897ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897ced


Comments

No comments written yet.

Please login to write comment.