Color Hex Logo

#fd82da Color Hex

#FD82DA
(253,130,218)
0 Favorites   0 Comments

Color spaces of #fd82da

RGB 253130218
HSL0.880.970.75
HSV317°49°99°
CMYK 0.000.490.14   0.01
XYZ61.145541.909971.1964
Yxy41.90990.35090.2405
Hunter Lab64.737955.3036-19.8885
CIE-Lab70.808857.4547-23.9216

#fd82da color RGB value is (253,130,218).

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

The process color (four color CMYK) of #fd82da color hex is 0.00, 0.49, 0.14, 0.01. Web safe color of #fd82da is #ff99cc. Color #fd82da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000010 11011010
Octal 375 202 332
Decimal 253 130 218
Hex FD 82 DA

RGB Percentages of Color #fd82da

%42.10
%21.63
%36.27

CMYK Percentages of Color #fd82da

%0
%49
%14
%1

Triadic Colors of #fd82da

#fd82da #dafd82 #82dafd

Analogous Colors of #fd82da

#fd82da #fd829d #e382fd

Monochromatic Colors of #fd82da

#fd82da

Complementary Color

#fd82da #82fda5

#fd82da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd82da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd82da Color CSS Codes

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

#fd82da Text Font Color

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

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


#fd82da Background Color

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

This div background color is #fd82da


#fd82da Border Color

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

This div border color is #fd82da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd82da

Related Colors


Comments

No comments written yet.

Please login to write comment.