Color Hex Logo

#897dfd Color Hex

#897DFD
(137,125,253)
0 Favorites   0 Comments

Color spaces of #897dfd

RGB 137125253
HSL0.680.970.74
HSV246°51°99°
CMYK 0.460.510.00   0.01
XYZ35.379827.077496.2903
Yxy27.07740.22290.1706
Hunter Lab52.035930.3012-73.2884
CIE-Lab59.045936.2002-62.5823

#897dfd color RGB value is (137,125,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111101 11111101
Octal 211 175 375
Decimal 137 125 253
Hex 89 7D FD

RGB Percentages of Color #897dfd

%26.60
%24.27
%49.13

CMYK Percentages of Color #897dfd

%46
%51
%0
%1

Triadic Colors of #897dfd

#897dfd #fd897d #7dfd89

Analogous Colors of #897dfd

#897dfd #c97dfd #7db1fd

Monochromatic Colors of #897dfd

#897dfd

Complementary Color

#897dfd #f1fd7d

#897dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#897dfd Color CSS Codes

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

#897dfd Text Font Color

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

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


#897dfd Background Color

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

This div background color is #897dfd


#897dfd Border Color

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

This div border color is #897dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897dfd


Comments

No comments written yet.

Please login to write comment.