Color Hex Logo

#889efd Color Hex

#889EFD
(136,158,253)
0 Favorites   0 Comments

Color spaces of #889efd

RGB 136158253
HSL0.640.970.76
HSV229°46°99°
CMYK 0.460.380.00   0.01
XYZ40.109836.779897.9137
Yxy36.77980.22950.2104
Hunter Lab60.646411.9238-53.2714
CIE-Lab67.111516.7977-49.7490

#889efd color RGB value is (136,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011110 11111101
Octal 210 236 375
Decimal 136 158 253
Hex 88 9E FD

RGB Percentages of Color #889efd

%24.86
%28.88
%46.25

CMYK Percentages of Color #889efd

%46
%38
%0
%1

Triadic Colors of #889efd

#889efd #fd889e #9efd88

Analogous Colors of #889efd

#889efd #ad88fd #88d9fd

Monochromatic Colors of #889efd

#889efd

Complementary Color

#889efd #fde788

#889efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#889efd Color CSS Codes

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

#889efd Text Font Color

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

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


#889efd Background Color

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

This div background color is #889efd


#889efd Border Color

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

This div border color is #889efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889efd


Comments

No comments written yet.

Please login to write comment.