Color Hex Logo

#fe68dd Color Hex

#FE68DD
(254,104,221)
0 Favorites   0 Comments

Color spaces of #fe68dd

RGB 254104221
HSL0.870.990.70
HSV313°59°100°
CMYK 0.000.590.13   0.00
XYZ58.874536.191972.2893
Yxy36.19190.35180.2163
Hunter Lab60.159769.4072-29.1325
CIE-Lab66.666369.8989-31.9475

#fe68dd color RGB value is (254,104,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101000 11011101
Octal 376 150 335
Decimal 254 104 221
Hex FE 68 DD

RGB Percentages of Color #fe68dd

%43.87
%17.96
%38.17

CMYK Percentages of Color #fe68dd

%0
%59
%13
%0

Triadic Colors of #fe68dd

#fe68dd #ddfe68 #68ddfe

Analogous Colors of #fe68dd

#fe68dd #fe6892 #d468fe

Monochromatic Colors of #fe68dd

#fe68dd

Complementary Color

#fe68dd #68fe89

#fe68dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe68dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe68dd Color CSS Codes

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

#fe68dd Text Font Color

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

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


#fe68dd Background Color

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

This div background color is #fe68dd


#fe68dd Border Color

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

This div border color is #fe68dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe68dd


Comments

No comments written yet.

Please login to write comment.