Color Hex Logo

#fe78ef Color Hex

#FE78EF
(254,120,239)
0 Favorites   0 Comments

Color spaces of #fe78ef

RGB 254120239
HSL0.850.990.73
HSV307°53°100°
CMYK 0.000.530.06   0.00
XYZ63.169540.735886.1947
Yxy40.73580.33230.2143
Hunter Lab63.824664.9748-35.3935
CIE-Lab69.990465.6930-36.7542

#fe78ef color RGB value is (254,120,239).

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

The process color (four color CMYK) of #fe78ef color hex is 0.00, 0.53, 0.06, 0.00. Web safe color of #fe78ef is #ff66ff. Color #fe78ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111000 11101111
Octal 376 170 357
Decimal 254 120 239
Hex FE 78 EF

RGB Percentages of Color #fe78ef

%41.44
%19.58
%38.99

CMYK Percentages of Color #fe78ef

%0
%53
%6
%0

Triadic Colors of #fe78ef

#fe78ef #effe78 #78effe

Analogous Colors of #fe78ef

#fe78ef #fe78ac #ca78fe

Monochromatic Colors of #fe78ef

#fe78ef

Complementary Color

#fe78ef #78fe87

#fe78ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe78ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe78ef Color CSS Codes

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

#fe78ef Text Font Color

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

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


#fe78ef Background Color

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

This div background color is #fe78ef


#fe78ef Border Color

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

This div border color is #fe78ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe78ef


Comments

No comments written yet.

Please login to write comment.