Color Hex Logo

#f884da Color Hex

#F884DA
(248,132,218)
0 Favorites   0 Comments

Color spaces of #f884da

RGB 248132218
HSL0.880.890.75
HSV316°47°97°
CMYK 0.000.470.12   0.03
XYZ59.617641.520971.2018
Yxy41.52090.34590.2409
Hunter Lab64.436752.3860-20.4090
CIE-Lab70.539354.9905-24.3905

#f884da color RGB value is (248,132,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000100 11011010
Octal 370 204 332
Decimal 248 132 218
Hex F8 84 DA

RGB Percentages of Color #f884da

%41.47
%22.07
%36.45

CMYK Percentages of Color #f884da

%0
%47
%12
%3

Triadic Colors of #f884da

#f884da #daf884 #84daf8

Analogous Colors of #f884da

#f884da #f884a0 #dc84f8

Monochromatic Colors of #f884da

#f884da

Complementary Color

#f884da #84f8a2

#f884da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f884da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f884da Color CSS Codes

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

#f884da Text Font Color

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

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


#f884da Background Color

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

This div background color is #f884da


#f884da Border Color

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

This div border color is #f884da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f884da


Comments

No comments written yet.

Please login to write comment.