Color Hex Logo

#fe62bd Color Hex

#FE62BD
(254,98,189)
0 Favorites   0 Comments

Color spaces of #fe62bd

RGB 25498189
HSL0.900.990.69
HSV325°61°100°
CMYK 0.000.610.26   0.00
XYZ54.426033.480351.7379
Yxy33.48030.38970.2398
Hunter Lab57.862266.6409-12.5111
CIE-Lab64.547968.0125-17.1919

#fe62bd color RGB value is (254,98,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100010 10111101
Octal 376 142 275
Decimal 254 98 189
Hex FE 62 BD

RGB Percentages of Color #fe62bd

%46.95
%18.11
%34.94

CMYK Percentages of Color #fe62bd

%0
%61
%26
%0

Triadic Colors of #fe62bd

#fe62bd #bdfe62 #62bdfe

Analogous Colors of #fe62bd

#fe62bd #fe626f #f162fe

Monochromatic Colors of #fe62bd

#fe62bd

Complementary Color

#fe62bd #62fea3

#fe62bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe62bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe62bd Color CSS Codes

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

#fe62bd Text Font Color

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

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


#fe62bd Background Color

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

This div background color is #fe62bd


#fe62bd Border Color

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

This div border color is #fe62bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe62bd

Related Colors


Comments

No comments written yet.

Please login to write comment.