Color Hex Logo

#fd8bdf Color Hex

#FD8BDF
(253,139,223)
0 Favorites   0 Comments

Color spaces of #fd8bdf

RGB 253139223
HSL0.880.970.77
HSV316°45°99°
CMYK 0.000.450.12   0.01
XYZ63.059944.675675.1117
Yxy44.67560.34490.2443
Hunter Lab66.839851.4358-19.8397
CIE-Lab72.677853.8570-23.8246

#fd8bdf color RGB value is (253,139,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001011 11011111
Octal 375 213 337
Decimal 253 139 223
Hex FD 8B DF

RGB Percentages of Color #fd8bdf

%41.14
%22.60
%36.26

CMYK Percentages of Color #fd8bdf

%0
%45
%12
%1

Triadic Colors of #fd8bdf

#fd8bdf #dffd8b #8bdffd

Analogous Colors of #fd8bdf

#fd8bdf #fd8ba6 #e28bfd

Monochromatic Colors of #fd8bdf

#fd8bdf

Complementary Color

#fd8bdf #8bfda9

#fd8bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8bdf Color CSS Codes

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

#fd8bdf Text Font Color

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

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


#fd8bdf Background Color

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

This div background color is #fd8bdf


#fd8bdf Border Color

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

This div border color is #fd8bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,139,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd8bdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8bdf

Related Colors


Comments

No comments written yet.

Please login to write comment.