Color Hex Logo

#fe66bd Color Hex

#FE66BD
(254,102,189)
0 Favorites   0 Comments

Color spaces of #fe66bd

RGB 254102189
HSL0.900.990.70
HSV326°60°100°
CMYK 0.000.600.26   0.00
XYZ54.809734.247751.8658
Yxy34.24770.38890.2430
Hunter Lab58.521564.7656-11.5818
CIE-Lab65.158766.3533-16.2673

#fe66bd color RGB value is (254,102,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100110 10111101
Octal 376 146 275
Decimal 254 102 189
Hex FE 66 BD

RGB Percentages of Color #fe66bd

%46.61
%18.72
%34.68

CMYK Percentages of Color #fe66bd

%0
%60
%26
%0

Triadic Colors of #fe66bd

#fe66bd #bdfe66 #66bdfe

Analogous Colors of #fe66bd

#fe66bd #fe6671 #f366fe

Monochromatic Colors of #fe66bd

#fe66bd

Complementary Color

#fe66bd #66fea7

#fe66bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe66bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe66bd Color CSS Codes

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

#fe66bd Text Font Color

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

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


#fe66bd Background Color

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

This div background color is #fe66bd


#fe66bd Border Color

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

This div border color is #fe66bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe66bd


Comments

No comments written yet.

Please login to write comment.