Color Hex Logo

#889afc Color Hex

#889AFC
(136,154,252)
0 Favorites   0 Comments

Color spaces of #889afc

RGB 136154252
HSL0.640.950.76
HSV231°46°99°
CMYK 0.460.390.00   0.01
XYZ39.279635.373796.8530
Yxy35.37370.22900.2063
Hunter Lab59.475813.8041-54.9174
CIE-Lab66.038618.8168-50.8992

#889afc color RGB value is (136,154,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011010 11111100
Octal 210 232 374
Decimal 136 154 252
Hex 88 9A FC

RGB Percentages of Color #889afc

%25.09
%28.41
%46.49

CMYK Percentages of Color #889afc

%46
%39
%0
%1

Triadic Colors of #889afc

#889afc #fc889a #9afc88

Analogous Colors of #889afc

#889afc #b088fc #88d4fc

Monochromatic Colors of #889afc

#889afc

Complementary Color

#889afc #fcea88

#889afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#889afc Color CSS Codes

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

#889afc Text Font Color

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

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


#889afc Background Color

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

This div background color is #889afc


#889afc Border Color

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

This div border color is #889afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889afc


Comments

No comments written yet.

Please login to write comment.