Color Hex Logo

#f88dda Color Hex

#F88DDA
(248,141,218)
0 Favorites   0 Comments

Color spaces of #f88dda

RGB 248141218
HSL0.880.880.76
HSV317°43°97°
CMYK 0.000.430.12   0.03
XYZ60.891244.068271.6264
Yxy44.06820.34480.2496
Hunter Lab66.383947.5589-17.5036
CIE-Lab72.274150.5396-21.7440

#f88dda color RGB value is (248,141,218).

#f88dda hex color red value is 248, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f88dda hue: 0.88 , saturation: 0.88 and the lightness value of f88dda is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001101 11011010
Octal 370 215 332
Decimal 248 141 218
Hex F8 8D DA

RGB Percentages of Color #f88dda

%40.86
%23.23
%35.91

CMYK Percentages of Color #f88dda

%0
%43
%12
%3

Triadic Colors of #f88dda

#f88dda #daf88d #8ddaf8

Analogous Colors of #f88dda

#f88dda #f88da5 #e18df8

Monochromatic Colors of #f88dda

#f88dda

Complementary Color

#f88dda #8df8ab

#f88dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88dda Color CSS Codes

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

#f88dda Text Font Color

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

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


#f88dda Background Color

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

This div background color is #f88dda


#f88dda Border Color

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

This div border color is #f88dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,141,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 #f88dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88dda


Comments

No comments written yet.

Please login to write comment.