Color Hex Logo

#fd8dbe Color Hex

#FD8DBE
(253,141,190)
0 Favorites   0 Comments

Color spaces of #fd8dbe

RGB 253141190
HSL0.930.970.77
HSV334°44°99°
CMYK 0.000.440.25   0.01
XYZ59.327243.650154.0136
Yxy43.65010.37790.2780
Hunter Lab66.068244.6680-2.2244
CIE-Lab71.994048.0243-6.6093

#fd8dbe color RGB value is (253,141,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001101 10111110
Octal 375 215 276
Decimal 253 141 190
Hex FD 8D BE

RGB Percentages of Color #fd8dbe

%43.32
%24.14
%32.53

CMYK Percentages of Color #fd8dbe

%0
%44
%25
%1

Triadic Colors of #fd8dbe

#fd8dbe #befd8d #8dbefd

Analogous Colors of #fd8dbe

#fd8dbe #fd948d #fd8df6

Monochromatic Colors of #fd8dbe

#fd8dbe

Complementary Color

#fd8dbe #8dfdcc

#fd8dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8dbe Color CSS Codes

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

#fd8dbe Text Font Color

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

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


#fd8dbe Background Color

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

This div background color is #fd8dbe


#fd8dbe Border Color

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

This div border color is #fd8dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8dbe


Comments

No comments written yet.

Please login to write comment.