Color Hex Logo

#897efd Color Hex

#897EFD
(137,126,253)
0 Favorites   0 Comments

Color spaces of #897efd

RGB 137126253
HSL0.680.970.74
HSV245°50°99°
CMYK 0.460.500.00   0.01
XYZ35.507027.331996.3327
Yxy27.33190.22310.1717
Hunter Lab52.279929.7421-72.6538
CIE-Lab59.280335.6205-62.2064

#897efd color RGB value is (137,126,253).

#897efd hex color red value is 137, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #897efd hue: 0.68 , saturation: 0.97 and the lightness value of 897efd is 0.74.

The process color (four color CMYK) of #897efd color hex is 0.46, 0.50, 0.00, 0.01. Web safe color of #897efd is #9966ff. Color #897efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111110 11111101
Octal 211 176 375
Decimal 137 126 253
Hex 89 7E FD

RGB Percentages of Color #897efd

%26.55
%24.42
%49.03

CMYK Percentages of Color #897efd

%46
%50
%0
%1

Triadic Colors of #897efd

#897efd #fd897e #7efd89

Analogous Colors of #897efd

#897efd #c97efd #7eb3fd

Monochromatic Colors of #897efd

#897efd

Complementary Color

#897efd #f2fd7e

#897efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#897efd Color CSS Codes

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

#897efd Text Font Color

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

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


#897efd Background Color

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

This div background color is #897efd


#897efd Border Color

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

This div border color is #897efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897efd


Comments

No comments written yet.

Please login to write comment.