Color Hex Logo

#887be5 Color Hex

#887BE5
(136,123,229)
0 Favorites   0 Comments

Color spaces of #887be5

RGB 136123229
HSL0.690.670.69
HSV247°46°90°
CMYK 0.410.460.00   0.10
XYZ31.379225.057377.3114
Yxy25.05730.23460.1873
Hunter Lab50.057324.2954-56.5309
CIE-Lab57.131230.3507-52.3376

#887be5 color RGB value is (136,123,229).

#887be5 hex color red value is 136, green value is 123 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #887be5 hue: 0.69 , saturation: 0.67 and the lightness value of 887be5 is 0.69.

The process color (four color CMYK) of #887be5 color hex is 0.41, 0.46, 0.00, 0.10. Web safe color of #887be5 is #9966cc. Color #887be5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111011 11100101
Octal 210 173 345
Decimal 136 123 229
Hex 88 7B E5

RGB Percentages of Color #887be5

%27.87
%25.20
%46.93

CMYK Percentages of Color #887be5

%41
%46
%0
%10

Triadic Colors of #887be5

#887be5 #e5887b #7be588

Analogous Colors of #887be5

#887be5 #bd7be5 #7ba3e5

Monochromatic Colors of #887be5

#887be5

Complementary Color

#887be5 #d8e57b

#887be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887be5 Color CSS Codes

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

#887be5 Text Font Color

<p style="color:#887be5">Text here</p>

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


#887be5 Background Color

<div style="background-color:#887be5">
Div content here</div>

This div background color is #887be5


#887be5 Border Color

<div style="border:3px solid #887be5">
Div here</div>

This div border color is #887be5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887be5


Comments

No comments written yet.

Please login to write comment.