Color Hex Logo

#fe6fdd Color Hex

#FE6FDD
(254,111,221)
0 Favorites   0 Comments

Color spaces of #fe6fdd

RGB 254111221
HSL0.870.990.72
HSV314°56°100°
CMYK 0.000.560.13   0.00
XYZ59.608637.660272.5340
Yxy37.66020.35100.2218
Hunter Lab61.367965.9889-27.1205
CIE-Lab67.769466.9082-30.2422

#fe6fdd color RGB value is (254,111,221).

#fe6fdd hex color red value is 254, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fe6fdd hue: 0.87 , saturation: 0.99 and the lightness value of fe6fdd is 0.72.

The process color (four color CMYK) of #fe6fdd color hex is 0.00, 0.56, 0.13, 0.00. Web safe color of #fe6fdd is #ff66cc. Color #fe6fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101111 11011101
Octal 376 157 335
Decimal 254 111 221
Hex FE 6F DD

RGB Percentages of Color #fe6fdd

%43.34
%18.94
%37.71

CMYK Percentages of Color #fe6fdd

%0
%56
%13
%0

Triadic Colors of #fe6fdd

#fe6fdd #ddfe6f #6fddfe

Analogous Colors of #fe6fdd

#fe6fdd #fe6f96 #d86ffe

Monochromatic Colors of #fe6fdd

#fe6fdd

Complementary Color

#fe6fdd #6ffe90

#fe6fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6fdd Color CSS Codes

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

#fe6fdd Text Font Color

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

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


#fe6fdd Background Color

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

This div background color is #fe6fdd


#fe6fdd Border Color

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

This div border color is #fe6fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,111,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 #fe6fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6fdd


Comments

No comments written yet.

Please login to write comment.