Color Hex Logo

#fd8bda Color Hex

#FD8BDA
(253,139,218)
0 Favorites   0 Comments

Color spaces of #fd8bda

RGB 253139218
HSL0.880.970.77
HSV318°45°99°
CMYK 0.000.450.14   0.01
XYZ62.395544.409871.6130
Yxy44.40980.34970.2489
Hunter Lab66.640750.5079-17.0654
CIE-Lab72.501653.0796-21.3409

#fd8bda color RGB value is (253,139,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001011 11011010
Octal 375 213 332
Decimal 253 139 218
Hex FD 8B DA

RGB Percentages of Color #fd8bda

%41.48
%22.79
%35.74

CMYK Percentages of Color #fd8bda

%0
%45
%14
%1

Triadic Colors of #fd8bda

#fd8bda #dafd8b #8bdafd

Analogous Colors of #fd8bda

#fd8bda #fd8ba1 #e78bfd

Monochromatic Colors of #fd8bda

#fd8bda

Complementary Color

#fd8bda #8bfdae

#fd8bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8bda Color CSS Codes

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

#fd8bda Text Font Color

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

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


#fd8bda Background Color

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

This div background color is #fd8bda


#fd8bda Border Color

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

This div border color is #fd8bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8bda


Comments

No comments written yet.

Please login to write comment.