Color Hex Logo

#8887fd Color Hex

#8887FD
(136,135,253)
0 Favorites   0 Comments

Color spaces of #8887fd

RGB 136135253
HSL0.670.970.76
HSV241°47°99°
CMYK 0.460.470.00   0.01
XYZ36.546929.654096.7261
Yxy29.65400.22430.1820
Hunter Lab54.455524.5002-67.1945
CIE-Lab61.354530.1615-58.8911

#8887fd color RGB value is (136,135,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000111 11111101
Octal 210 207 375
Decimal 136 135 253
Hex 88 87 FD

RGB Percentages of Color #8887fd

%25.95
%25.76
%48.28

CMYK Percentages of Color #8887fd

%46
%47
%0
%1

Triadic Colors of #8887fd

#8887fd #fd8887 #87fd88

Analogous Colors of #8887fd

#8887fd #c387fd #87c1fd

Monochromatic Colors of #8887fd

#8887fd

Complementary Color

#8887fd #fcfd87

#8887fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8887fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8887fd Color CSS Codes

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

#8887fd Text Font Color

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

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


#8887fd Background Color

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

This div background color is #8887fd


#8887fd Border Color

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

This div border color is #8887fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8887fd


Comments

No comments written yet.

Please login to write comment.