Color Hex Logo

#fe67bd Color Hex

#FE67BD
(254,103,189)
0 Favorites   0 Comments

Color spaces of #fe67bd

RGB 254103189
HSL0.910.990.70
HSV326°59°100°
CMYK 0.000.590.26   0.00
XYZ54.908634.445451.8987
Yxy34.44540.38870.2439
Hunter Lab58.690264.2908-11.3459
CIE-Lab65.314665.9316-16.0316

#fe67bd color RGB value is (254,103,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100111 10111101
Octal 376 147 275
Decimal 254 103 189
Hex FE 67 BD

RGB Percentages of Color #fe67bd

%46.52
%18.86
%34.62

CMYK Percentages of Color #fe67bd

%0
%59
%26
%0

Triadic Colors of #fe67bd

#fe67bd #bdfe67 #67bdfe

Analogous Colors of #fe67bd

#fe67bd #fe6772 #f467fe

Monochromatic Colors of #fe67bd

#fe67bd

Complementary Color

#fe67bd #67fea8

#fe67bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe67bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe67bd Color CSS Codes

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

#fe67bd Text Font Color

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

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


#fe67bd Background Color

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

This div background color is #fe67bd


#fe67bd Border Color

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

This div border color is #fe67bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe67bd

Related Colors


Comments

No comments written yet.

Please login to write comment.