Color Hex Logo

#fe68bd Color Hex

#FE68BD
(254,104,189)
0 Favorites   0 Comments

Color spaces of #fe68bd

RGB 254104189
HSL0.910.990.70
HSV326°59°100°
CMYK 0.000.590.26   0.00
XYZ55.008734.645651.9321
Yxy34.64560.38850.2447
Hunter Lab58.860563.8131-11.1087
CIE-Lab65.471865.5068-15.7940

#fe68bd color RGB value is (254,104,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101000 10111101
Octal 376 150 275
Decimal 254 104 189
Hex FE 68 BD

RGB Percentages of Color #fe68bd

%46.44
%19.01
%34.55

CMYK Percentages of Color #fe68bd

%0
%59
%26
%0

Triadic Colors of #fe68bd

#fe68bd #bdfe68 #68bdfe

Analogous Colors of #fe68bd

#fe68bd #fe6872 #f468fe

Monochromatic Colors of #fe68bd

#fe68bd

Complementary Color

#fe68bd #68fea9

#fe68bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe68bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe68bd Color CSS Codes

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

#fe68bd Text Font Color

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

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


#fe68bd Background Color

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

This div background color is #fe68bd


#fe68bd Border Color

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

This div border color is #fe68bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe68bd


Comments

No comments written yet.

Please login to write comment.