Color Hex Logo

#889dfd Color Hex

#889DFD
(136,157,253)
0 Favorites   0 Comments

Color spaces of #889dfd

RGB 136157253
HSL0.640.970.76
HSV229°46°99°
CMYK 0.460.380.00   0.01
XYZ39.939936.440097.8571
Yxy36.44000.22920.2091
Hunter Lab60.365612.4619-53.8577
CIE-Lab66.854817.3741-50.1544

#889dfd color RGB value is (136,157,253).

#889dfd hex color red value is 136, green value is 157 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #889dfd hue: 0.64 , saturation: 0.97 and the lightness value of 889dfd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011101 11111101
Octal 210 235 375
Decimal 136 157 253
Hex 88 9D FD

RGB Percentages of Color #889dfd

%24.91
%28.75
%46.34

CMYK Percentages of Color #889dfd

%46
%38
%0
%1

Triadic Colors of #889dfd

#889dfd #fd889d #9dfd88

Analogous Colors of #889dfd

#889dfd #ae88fd #88d8fd

Monochromatic Colors of #889dfd

#889dfd

Complementary Color

#889dfd #fde888

#889dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#889dfd Color CSS Codes

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

#889dfd Text Font Color

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

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


#889dfd Background Color

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

This div background color is #889dfd


#889dfd Border Color

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

This div border color is #889dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889dfd


Comments

No comments written yet.

Please login to write comment.