Color Hex Logo

#fe84be Color Hex

#FE84BE
(254,132,190)
0 Favorites   0 Comments

Color spaces of #fe84be

RGB 254132190
HSL0.920.980.76
HSV331°48°100°
CMYK 0.000.480.25   0.00
XYZ58.418641.291153.6062
Yxy41.29110.38100.2693
Hunter Lab64.258249.8268-4.4809
CIE-Lab70.379452.7912-8.9941

#fe84be color RGB value is (254,132,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000100 10111110
Octal 376 204 276
Decimal 254 132 190
Hex FE 84 BE

RGB Percentages of Color #fe84be

%44.10
%22.92
%32.99

CMYK Percentages of Color #fe84be

%0
%48
%25
%0

Triadic Colors of #fe84be

#fe84be #befe84 #84befe

Analogous Colors of #fe84be

#fe84be #fe8784 #fe84fb

Monochromatic Colors of #fe84be

#fe84be

Complementary Color

#fe84be #84fec4

#fe84be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe84be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe84be Color CSS Codes

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

#fe84be Text Font Color

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

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


#fe84be Background Color

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

This div background color is #fe84be


#fe84be Border Color

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

This div border color is #fe84be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe84be


Comments

No comments written yet.

Please login to write comment.