Color Hex Logo

#fd8dda Color Hex

#FD8DDA
(253,141,218)
0 Favorites   0 Comments

Color spaces of #fd8dda

RGB 253141218
HSL0.890.970.77
HSV319°44°99°
CMYK 0.000.440.14   0.01
XYZ62.687844.994471.7104
Yxy44.99440.34940.2508
Hunter Lab67.077949.4314-16.4302
CIE-Lab72.888252.0906-20.7531

#fd8dda color RGB value is (253,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001101 11011010
Octal 375 215 332
Decimal 253 141 218
Hex FD 8D DA

RGB Percentages of Color #fd8dda

%41.34
%23.04
%35.62

CMYK Percentages of Color #fd8dda

%0
%44
%14
%1

Triadic Colors of #fd8dda

#fd8dda #dafd8d #8ddafd

Analogous Colors of #fd8dda

#fd8dda #fd8da2 #e88dfd

Monochromatic Colors of #fd8dda

#fd8dda

Complementary Color

#fd8dda #8dfdb0

#fd8dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8dda Color CSS Codes

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

#fd8dda Text Font Color

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

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


#fd8dda Background Color

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

This div background color is #fd8dda


#fd8dda Border Color

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

This div border color is #fd8dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8dda

Related Colors


Comments

No comments written yet.

Please login to write comment.