Color Hex Logo

#fd8be9 Color Hex

#FD8BE9
(253,139,233)
0 Favorites   0 Comments

Color spaces of #fd8be9

RGB 253139233
HSL0.860.970.77
HSV311°45°99°
CMYK 0.000.450.08   0.01
XYZ64.448645.231182.4244
Yxy45.23110.33550.2355
Hunter Lab67.254153.3593-25.5860
CIE-Lab73.043855.4573-28.7518

#fd8be9 color RGB value is (253,139,233).

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

The process color (four color CMYK) of #fd8be9 color hex is 0.00, 0.45, 0.08, 0.01. Web safe color of #fd8be9 is #ff99ff. Color #fd8be9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001011 11101001
Octal 375 213 351
Decimal 253 139 233
Hex FD 8B E9

RGB Percentages of Color #fd8be9

%40.48
%22.24
%37.28

CMYK Percentages of Color #fd8be9

%0
%45
%8
%1

Triadic Colors of #fd8be9

#fd8be9 #e9fd8b #8be9fd

Analogous Colors of #fd8be9

#fd8be9 #fd8bb0 #d88bfd

Monochromatic Colors of #fd8be9

#fd8be9

Complementary Color

#fd8be9 #8bfd9f

#fd8be9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8be9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8be9 Color CSS Codes

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

#fd8be9 Text Font Color

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

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


#fd8be9 Background Color

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

This div background color is #fd8be9


#fd8be9 Border Color

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

This div border color is #fd8be9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8be9


Comments

No comments written yet.

Please login to write comment.