Color Hex Logo

#f89bda Color Hex

#F89BDA
(248,155,218)
0 Favorites   0 Comments

Color spaces of #f89bda

RGB 248155218
HSL0.890.870.79
HSV319°38°97°
CMYK 0.000.380.12   0.03
XYZ63.087648.461172.3585
Yxy48.46110.34300.2635
Hunter Lab69.614039.9409-12.8977
CIE-Lab75.114843.4163-17.4367

#f89bda color RGB value is (248,155,218).

#f89bda hex color red value is 248, green value is 155 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f89bda hue: 0.89 , saturation: 0.87 and the lightness value of f89bda is 0.79.

The process color (four color CMYK) of #f89bda color hex is 0.00, 0.38, 0.12, 0.03. Web safe color of #f89bda is #ff99cc. Color #f89bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011011 11011010
Octal 370 233 332
Decimal 248 155 218
Hex F8 9B DA

RGB Percentages of Color #f89bda

%39.94
%24.96
%35.10

CMYK Percentages of Color #f89bda

%0
%38
%12
%3

Triadic Colors of #f89bda

#f89bda #daf89b #9bdaf8

Analogous Colors of #f89bda

#f89bda #f89bac #e89bf8

Monochromatic Colors of #f89bda

#f89bda

Complementary Color

#f89bda #9bf8b9

#f89bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89bda Color CSS Codes

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

#f89bda Text Font Color

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

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


#f89bda Background Color

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

This div background color is #f89bda


#f89bda Border Color

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

This div border color is #f89bda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,155,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f89bda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f89bda;
  -webkit-box-shadow: 1px 1px 3px 2px #f89bda;
  box-shadow:         1px 1px 3px 2px #f89bda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,155,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89bda


Comments

No comments written yet.

Please login to write comment.