Color Hex Logo

#fd838e Color Hex

#FD838E
(253,131,142)
0 Favorites   0 Comments

Color spaces of #fd838e

RGB 253131142
HSL0.980.970.75
HSV355°48°99°
CMYK 0.000.480.44   0.01
XYZ53.506839.068230.3120
Yxy39.06820.43540.3179
Hunter Lab62.504643.421315.0001
CIE-Lab68.800647.331215.6165

#fd838e color RGB value is (253,131,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000011 10001110
Octal 375 203 216
Decimal 253 131 142
Hex FD 83 8E

RGB Percentages of Color #fd838e

%48.10
%24.90
%27.00

CMYK Percentages of Color #fd838e

%0
%48
%44
%1

Triadic Colors of #fd838e

#fd838e #8efd83 #838efd

Analogous Colors of #fd838e

#fd838e #fdb583 #fd83cb

Monochromatic Colors of #fd838e

#fd838e

Complementary Color

#fd838e #83fdf2

#fd838e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd838e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd838e Color CSS Codes

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

#fd838e Text Font Color

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

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


#fd838e Background Color

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

This div background color is #fd838e


#fd838e Border Color

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

This div border color is #fd838e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd838e


Comments

No comments written yet.

Please login to write comment.