Color Hex Logo

#fe27df Color Hex

#FE27DF
(254,39,223)
0 Favorites   0 Comments

Color spaces of #fe27df

RGB 25439223
HSL0.860.990.57
HSV309°85°100°
CMYK 0.000.850.12   0.00
XYZ54.917927.849672.2931
Yxy27.84960.35420.1796
Hunter Lab52.772793.4037-44.2802
CIE-Lab59.752689.9291-43.8707

#fe27df color RGB value is (254,39,223).

#fe27df hex color red value is 254, green value is 39 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fe27df hue: 0.86 , saturation: 0.99 and the lightness value of fe27df is 0.57.

The process color (four color CMYK) of #fe27df color hex is 0.00, 0.85, 0.12, 0.00. Web safe color of #fe27df is #ff33cc. Color #fe27df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 11011111
Octal 376 47 337
Decimal 254 39 223
Hex FE 27 DF

RGB Percentages of Color #fe27df

%49.22
%7.56
%43.22

CMYK Percentages of Color #fe27df

%0
%85
%12
%0

Triadic Colors of #fe27df

#fe27df #dffe27 #27dffe

Analogous Colors of #fe27df

#fe27df #fe2774 #b227fe

Monochromatic Colors of #fe27df

#fe27df

Complementary Color

#fe27df #27fe46

#fe27df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe27df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe27df Color CSS Codes

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

#fe27df Text Font Color

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

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


#fe27df Background Color

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

This div background color is #fe27df


#fe27df Border Color

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

This div border color is #fe27df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe27df

Related Colors


Comments

No comments written yet.

Please login to write comment.