Color Hex Logo

#fe84db Color Hex

#FE84DB
(254,132,219)
1 Favorites   0 Comments

Color spaces of #fe84db

RGB 254132219
HSL0.880.980.76
HSV317°48°100°
CMYK 0.000.480.14   0.00
XYZ61.910542.687871.9944
Yxy42.68780.35060.2417
Hunter Lab65.335954.8039-19.5972
CIE-Lab71.342656.9465-23.6474

#fe84db color RGB value is (254,132,219).

#fe84db hex color red value is 254, green value is 132 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fe84db hue: 0.88 , saturation: 0.98 and the lightness value of fe84db is 0.76.

The process color (four color CMYK) of #fe84db color hex is 0.00, 0.48, 0.14, 0.00. Web safe color of #fe84db is #ff99cc. Color #fe84db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000100 11011011
Octal 376 204 333
Decimal 254 132 219
Hex FE 84 DB

RGB Percentages of Color #fe84db

%41.98
%21.82
%36.20

CMYK Percentages of Color #fe84db

%0
%48
%14
%0

Triadic Colors of #fe84db

#fe84db #dbfe84 #84dbfe

Analogous Colors of #fe84db

#fe84db #fe849e #e484fe

Monochromatic Colors of #fe84db

#fe84db

Complementary Color

#fe84db #84fea7

#fe84db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe84db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe84db Color CSS Codes

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

#fe84db Text Font Color

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

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


#fe84db Background Color

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

This div background color is #fe84db


#fe84db Border Color

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

This div border color is #fe84db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe84db

Related Colors

#fe84db Color Palettes


Comments

No comments written yet.

Please login to write comment.