Color Hex Logo

#8896e5 Color Hex

#8896E5
(136,150,229)
0 Favorites   0 Comments

Color spaces of #8896e5

RGB 136150229
HSL0.640.640.72
HSV231°41°90°
CMYK 0.410.340.00   0.10
XYZ35.202532.704178.5859
Yxy32.70410.24030.2232
Hunter Lab57.18759.7998-41.4439
CIE-Lab63.920614.5868-41.6069

#8896e5 color RGB value is (136,150,229).

#8896e5 hex color red value is 136, green value is 150 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #8896e5 hue: 0.64 , saturation: 0.64 and the lightness value of 8896e5 is 0.72.

The process color (four color CMYK) of #8896e5 color hex is 0.41, 0.34, 0.00, 0.10. Web safe color of #8896e5 is #9999cc. Color #8896e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010110 11100101
Octal 210 226 345
Decimal 136 150 229
Hex 88 96 E5

RGB Percentages of Color #8896e5

%26.41
%29.13
%44.47

CMYK Percentages of Color #8896e5

%41
%34
%0
%10

Triadic Colors of #8896e5

#8896e5 #e58896 #96e588

Analogous Colors of #8896e5

#8896e5 #a988e5 #88c5e5

Monochromatic Colors of #8896e5

#8896e5

Complementary Color

#8896e5 #e5d788

#8896e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8896e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8896e5 Color CSS Codes

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

#8896e5 Text Font Color

<p style="color:#8896e5">Text here</p>

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


#8896e5 Background Color

<div style="background-color:#8896e5">
Div content here</div>

This div background color is #8896e5


#8896e5 Border Color

<div style="border:3px solid #8896e5">
Div here</div>

This div border color is #8896e5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,150,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8896e5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8896e5;
  -webkit-box-shadow: 1px 1px 3px 2px #8896e5;
  box-shadow:         1px 1px 3px 2px #8896e5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,150,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8896e5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8896e5


Comments

No comments written yet.

Please login to write comment.