Color Hex Logo

#fe68ad Color Hex

#FE68AD
(254,104,173)
0 Favorites   0 Comments

Color spaces of #fe68ad

RGB 254104173
HSL0.920.990.70
HSV332°59°100°
CMYK 0.000.590.32   0.00
XYZ53.366233.988643.2829
Yxy33.98860.40850.2602
Hunter Lab58.299761.3701-3.2083
CIE-Lab64.953563.5516-7.4807

#fe68ad color RGB value is (254,104,173).

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

The process color (four color CMYK) of #fe68ad color hex is 0.00, 0.59, 0.32, 0.00. Web safe color of #fe68ad is #ff6699. Color #fe68ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101000 10101101
Octal 376 150 255
Decimal 254 104 173
Hex FE 68 AD

RGB Percentages of Color #fe68ad

%47.83
%19.59
%32.58

CMYK Percentages of Color #fe68ad

%0
%59
%32
%0

Triadic Colors of #fe68ad

#fe68ad #adfe68 #68adfe

Analogous Colors of #fe68ad

#fe68ad #fe6e68 #fe68f8

Monochromatic Colors of #fe68ad

#fe68ad

Complementary Color

#fe68ad #68feb9

#fe68ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe68ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe68ad Color CSS Codes

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

#fe68ad Text Font Color

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

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


#fe68ad Background Color

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

This div background color is #fe68ad


#fe68ad Border Color

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

This div border color is #fe68ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe68ad

Related Colors


Comments

No comments written yet.

Please login to write comment.