Color Hex Logo

#fd838d Color Hex

#FD838D
(253,131,141)
0 Favorites   0 Comments

Color spaces of #fd838d

RGB 253131141
HSL0.990.970.75
HSV355°48°99°
CMYK 0.000.480.44   0.01
XYZ53.432039.038329.9183
Yxy39.03830.43660.3190
Hunter Lab62.480643.308015.3460
CIE-Lab68.779047.232016.1471

#fd838d color RGB value is (253,131,141).

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

The process color (four color CMYK) of #fd838d color hex is 0.00, 0.48, 0.44, 0.01. Web safe color of #fd838d is #ff9999. Color #fd838d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000011 10001101
Octal 375 203 215
Decimal 253 131 141
Hex FD 83 8D

RGB Percentages of Color #fd838d

%48.19
%24.95
%26.86

CMYK Percentages of Color #fd838d

%0
%48
%44
%1

Triadic Colors of #fd838d

#fd838d #8dfd83 #838dfd

Analogous Colors of #fd838d

#fd838d #fdb683 #fd83ca

Monochromatic Colors of #fd838d

#fd838d

Complementary Color

#fd838d #83fdf3

#fd838d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd838d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd838d Color CSS Codes

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

#fd838d Text Font Color

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

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


#fd838d Background Color

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

This div background color is #fd838d


#fd838d Border Color

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

This div border color is #fd838d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd838d


Comments

No comments written yet.

Please login to write comment.