Color Hex Logo

#f889ba Color Hex

#F889BA
(248,137,186)
0 Favorites   0 Comments

Color spaces of #f889ba

RGB 248137186
HSL0.930.890.75
HSV334°45°97°
CMYK 0.000.450.25   0.03
XYZ56.520041.392951.4651
Yxy41.39290.37840.2771
Hunter Lab64.337344.2210-2.3915
CIE-Lab70.450347.8292-6.7406

#f889ba color RGB value is (248,137,186).

#f889ba hex color red value is 248, green value is 137 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f889ba hue: 0.93 , saturation: 0.89 and the lightness value of f889ba is 0.75.

The process color (four color CMYK) of #f889ba color hex is 0.00, 0.45, 0.25, 0.03. Web safe color of #f889ba is #ff99cc. Color #f889ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001001 10111010
Octal 370 211 272
Decimal 248 137 186
Hex F8 89 BA

RGB Percentages of Color #f889ba

%43.43
%23.99
%32.57

CMYK Percentages of Color #f889ba

%0
%45
%25
%3

Triadic Colors of #f889ba

#f889ba #baf889 #89baf8

Analogous Colors of #f889ba

#f889ba #f89089 #f889f2

Monochromatic Colors of #f889ba

#f889ba

Complementary Color

#f889ba #89f8c7

#f889ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f889ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f889ba Color CSS Codes

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

#f889ba Text Font Color

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

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


#f889ba Background Color

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

This div background color is #f889ba


#f889ba Border Color

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

This div border color is #f889ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f889ba


Comments

No comments written yet.

Please login to write comment.