Color Hex Logo

#8889fd Color Hex

#8889FD
(136,137,253)
0 Favorites   0 Comments

Color spaces of #8889fd

RGB 136137253
HSL0.670.970.76
HSV239°46°99°
CMYK 0.460.460.00   0.01
XYZ36.828630.217496.8200
Yxy30.21740.22470.1844
Hunter Lab54.970423.3919-65.9490
CIE-Lab61.841328.9949-58.1140

#8889fd color RGB value is (136,137,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001001 11111101
Octal 210 211 375
Decimal 136 137 253
Hex 88 89 FD

RGB Percentages of Color #8889fd

%25.86
%26.05
%48.10

CMYK Percentages of Color #8889fd

%46
%46
%0
%1

Triadic Colors of #8889fd

#8889fd #fd8889 #89fd88

Analogous Colors of #8889fd

#8889fd #c288fd #88c4fd

Monochromatic Colors of #8889fd

#8889fd

Complementary Color

#8889fd #fdfc88

#8889fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8889fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8889fd Color CSS Codes

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

#8889fd Text Font Color

<p style="color:#8889fd">Text here</p>

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


#8889fd Background Color

<div style="background-color:#8889fd">
Div content here</div>

This div background color is #8889fd


#8889fd Border Color

<div style="border:3px solid #8889fd">
Div here</div>

This div border color is #8889fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8889fd

Related Colors


Comments

No comments written yet.

Please login to write comment.