Color Hex Logo

#889cfc Color Hex

#889CFC
(136,156,252)
0 Favorites   0 Comments

Color spaces of #889cfc

RGB 136156252
HSL0.640.950.76
HSV230°46°99°
CMYK 0.460.380.00   0.01
XYZ39.612536.039496.9640
Yxy36.03940.22950.2088
Hunter Lab60.032812.7253-53.7412
CIE-Lab66.550017.6615-50.0909

#889cfc color RGB value is (136,156,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011100 11111100
Octal 210 234 374
Decimal 136 156 252
Hex 88 9C FC

RGB Percentages of Color #889cfc

%25.00
%28.68
%46.32

CMYK Percentages of Color #889cfc

%46
%38
%0
%1

Triadic Colors of #889cfc

#889cfc #fc889c #9cfc88

Analogous Colors of #889cfc

#889cfc #ae88fc #88d6fc

Monochromatic Colors of #889cfc

#889cfc

Complementary Color

#889cfc #fce888

#889cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#889cfc Color CSS Codes

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

#889cfc Text Font Color

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

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


#889cfc Background Color

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

This div background color is #889cfc


#889cfc Border Color

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

This div border color is #889cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889cfc


Comments

No comments written yet.

Please login to write comment.