Color Hex Logo

#f882da Color Hex

#F882DA
(248,130,218)
0 Favorites   0 Comments

Color spaces of #f882da

RGB 248130218
HSL0.880.890.74
HSV315°48°97°
CMYK 0.000.480.12   0.03
XYZ59.348940.983771.1123
Yxy40.98370.34620.2390
Hunter Lab64.018553.4475-21.0469
CIE-Lab70.164555.9622-24.9640

#f882da color RGB value is (248,130,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000010 11011010
Octal 370 202 332
Decimal 248 130 218
Hex F8 82 DA

RGB Percentages of Color #f882da

%41.61
%21.81
%36.58

CMYK Percentages of Color #f882da

%0
%48
%12
%3

Triadic Colors of #f882da

#f882da #daf882 #82daf8

Analogous Colors of #f882da

#f882da #f8829f #db82f8

Monochromatic Colors of #f882da

#f882da

Complementary Color

#f882da #82f8a0

#f882da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f882da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f882da Color CSS Codes

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

#f882da Text Font Color

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

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


#f882da Background Color

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

This div background color is #f882da


#f882da Border Color

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

This div border color is #f882da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f882da


Comments

No comments written yet.

Please login to write comment.