Color Hex Logo

#fe63bd Color Hex

#FE63BD
(254,99,189)
0 Favorites   0 Comments

Color spaces of #fe63bd

RGB 25499189
HSL0.900.990.69
HSV325°61°100°
CMYK 0.000.610.26   0.00
XYZ54.520233.668651.7693
Yxy33.66860.38950.2406
Hunter Lab58.024666.1762-12.2810
CIE-Lab64.698767.6022-16.9636

#fe63bd color RGB value is (254,99,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100011 10111101
Octal 376 143 275
Decimal 254 99 189
Hex FE 63 BD

RGB Percentages of Color #fe63bd

%46.86
%18.27
%34.87

CMYK Percentages of Color #fe63bd

%0
%61
%26
%0

Triadic Colors of #fe63bd

#fe63bd #bdfe63 #63bdfe

Analogous Colors of #fe63bd

#fe63bd #fe6370 #f263fe

Monochromatic Colors of #fe63bd

#fe63bd

Complementary Color

#fe63bd #63fea4

#fe63bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe63bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe63bd Color CSS Codes

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

#fe63bd Text Font Color

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

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


#fe63bd Background Color

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

This div background color is #fe63bd


#fe63bd Border Color

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

This div border color is #fe63bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe63bd

Related Colors


Comments

No comments written yet.

Please login to write comment.