Color Hex Logo

#fe8fdd Color Hex

#FE8FDD
(254,143,221)
0 Favorites   0 Comments

Color spaces of #fe8fdd

RGB 254143221
HSL0.880.980.78
HSV318°44°100°
CMYK 0.000.440.13   0.00
XYZ63.746745.936273.9134
Yxy45.93620.34720.2502
Hunter Lab67.776249.2791-17.2153
CIE-Lab73.504151.8727-21.4551

#fe8fdd color RGB value is (254,143,221).

#fe8fdd hex color red value is 254, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fe8fdd hue: 0.88 , saturation: 0.98 and the lightness value of fe8fdd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001111 11011101
Octal 376 217 335
Decimal 254 143 221
Hex FE 8F DD

RGB Percentages of Color #fe8fdd

%41.10
%23.14
%35.76

CMYK Percentages of Color #fe8fdd

%0
%44
%13
%0

Triadic Colors of #fe8fdd

#fe8fdd #ddfe8f #8fddfe

Analogous Colors of #fe8fdd

#fe8fdd #fe8fa6 #e88ffe

Monochromatic Colors of #fe8fdd

#fe8fdd

Complementary Color

#fe8fdd #8ffeb0

#fe8fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8fdd Color CSS Codes

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

#fe8fdd Text Font Color

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

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


#fe8fdd Background Color

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

This div background color is #fe8fdd


#fe8fdd Border Color

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

This div border color is #fe8fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,143,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe8fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe8fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #fe8fdd;
  box-shadow:         1px 1px 3px 2px #fe8fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,143,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8fdd


Comments

No comments written yet.

Please login to write comment.