Color Hex Logo

#fd8efb Color Hex

#FD8EFB
(253,142,251)
0 Favorites   0 Comments

Color spaces of #fd8efb

RGB 253142251
HSL0.840.970.77
HSV301°44°99°
CMYK 0.000.440.01   0.01
XYZ67.593647.193796.8135
Yxy47.19370.31940.2230
Hunter Lab68.697755.4103-35.4672
CIE-Lab74.313557.0165-36.6060

#fd8efb color RGB value is (253,142,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001110 11111011
Octal 375 216 373
Decimal 253 142 251
Hex FD 8E FB

RGB Percentages of Color #fd8efb

%39.16
%21.98
%38.85

CMYK Percentages of Color #fd8efb

%0
%44
%1
%1

Triadic Colors of #fd8efb

#fd8efb #fbfd8e #8efbfd

Analogous Colors of #fd8efb

#fd8efb #fd8ec4 #c88efd

Monochromatic Colors of #fd8efb

#fd8efb

Complementary Color

#fd8efb #8efd90

#fd8efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8efb Color CSS Codes

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

#fd8efb Text Font Color

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

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


#fd8efb Background Color

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

This div background color is #fd8efb


#fd8efb Border Color

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

This div border color is #fd8efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8efb

Related Colors


Comments

No comments written yet.

Please login to write comment.