Color Hex Logo

#f88ddc Color Hex

#F88DDC
(248,141,220)
0 Favorites   0 Comments

Color spaces of #f88ddc

RGB 248141220
HSL0.880.880.76
HSV316°43°97°
CMYK 0.000.430.11   0.03
XYZ61.154544.173573.0133
Yxy44.17350.34290.2477
Hunter Lab66.463147.9321-18.6090
CIE-Lab72.344350.8571-22.7383

#f88ddc color RGB value is (248,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001101 11011100
Octal 370 215 334
Decimal 248 141 220
Hex F8 8D DC

RGB Percentages of Color #f88ddc

%40.72
%23.15
%36.12

CMYK Percentages of Color #f88ddc

%0
%43
%11
%3

Triadic Colors of #f88ddc

#f88ddc #dcf88d #8ddcf8

Analogous Colors of #f88ddc

#f88ddc #f88da7 #df8df8

Monochromatic Colors of #f88ddc

#f88ddc

Complementary Color

#f88ddc #8df8a9

#f88ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88ddc Color CSS Codes

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

#f88ddc Text Font Color

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

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


#f88ddc Background Color

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

This div background color is #f88ddc


#f88ddc Border Color

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

This div border color is #f88ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88ddc


Comments

No comments written yet.

Please login to write comment.