Color Hex Logo

#fe78dc Color Hex

#FE78DC
(254,120,220)
0 Favorites   0 Comments

Color spaces of #fe78dc

RGB 254120220
HSL0.880.990.73
HSV315°53°100°
CMYK 0.000.530.13   0.00
XYZ60.507839.671172.1783
Yxy39.67110.35110.2302
Hunter Lab62.985061.2559-23.8545
CIE-Lab69.234662.7340-27.4300

#fe78dc color RGB value is (254,120,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111000 11011100
Octal 376 170 334
Decimal 254 120 220
Hex FE 78 DC

RGB Percentages of Color #fe78dc

%42.76
%20.20
%37.04

CMYK Percentages of Color #fe78dc

%0
%53
%13
%0

Triadic Colors of #fe78dc

#fe78dc #dcfe78 #78dcfe

Analogous Colors of #fe78dc

#fe78dc #fe7899 #dd78fe

Monochromatic Colors of #fe78dc

#fe78dc

Complementary Color

#fe78dc #78fe9a

#fe78dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe78dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe78dc Color CSS Codes

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

#fe78dc Text Font Color

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

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


#fe78dc Background Color

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

This div background color is #fe78dc


#fe78dc Border Color

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

This div border color is #fe78dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe78dc


Comments

No comments written yet.

Please login to write comment.