Color Hex Logo

#fe78da Color Hex

#FE78DA
(254,120,218)
0 Favorites   0 Comments

Color spaces of #fe78da

RGB 254120218
HSL0.880.990.73
HSV316°53°100°
CMYK 0.000.530.14   0.00
XYZ60.244439.565770.7914
Yxy39.56570.35310.2319
Hunter Lab62.901360.8832-22.6963
CIE-Lab69.159162.4346-26.4361

#fe78da color RGB value is (254,120,218).

#fe78da hex color red value is 254, green value is 120 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fe78da hue: 0.88 , saturation: 0.99 and the lightness value of fe78da is 0.73.

The process color (four color CMYK) of #fe78da color hex is 0.00, 0.53, 0.14, 0.00. Web safe color of #fe78da is #ff66cc. Color #fe78da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111000 11011010
Octal 376 170 332
Decimal 254 120 218
Hex FE 78 DA

RGB Percentages of Color #fe78da

%42.91
%20.27
%36.82

CMYK Percentages of Color #fe78da

%0
%53
%14
%0

Triadic Colors of #fe78da

#fe78da #dafe78 #78dafe

Analogous Colors of #fe78da

#fe78da #fe7897 #df78fe

Monochromatic Colors of #fe78da

#fe78da

Complementary Color

#fe78da #78fe9c

#fe78da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe78da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe78da Color CSS Codes

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

#fe78da Text Font Color

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

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


#fe78da Background Color

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

This div background color is #fe78da


#fe78da Border Color

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

This div border color is #fe78da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe78da


Comments

No comments written yet.

Please login to write comment.