Color Hex Logo

#fe027d Color Hex

#FE027D
(254,2,125)
0 Favorites   0 Comments

Color spaces of #fe027d

RGB 2542125
HSL0.920.990.50
HSV331°99°100°
CMYK 0.000.990.51   0.00
XYZ44.596422.594921.4128
Yxy22.59490.50330.2550
Hunter Lab47.534184.28376.5654
CIE-Lab54.652683.99235.5091

#fe027d color RGB value is (254,2,125).

#fe027d hex color red value is 254, green value is 2 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fe027d hue: 0.92 , saturation: 0.99 and the lightness value of fe027d is 0.50.

The process color (four color CMYK) of #fe027d color hex is 0.00, 0.99, 0.51, 0.00. Web safe color of #fe027d is #ff0066. Color #fe027d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000010 01111101
Octal 376 2 175
Decimal 254 2 125
Hex FE 2 7D

RGB Percentages of Color #fe027d

%66.67
%0.52
%32.81

CMYK Percentages of Color #fe027d

%0
%99
%51
%0

Triadic Colors of #fe027d

#fe027d #7dfe02 #027dfe

Analogous Colors of #fe027d

#fe027d #fe0502 #fe02fb

Monochromatic Colors of #fe027d

#fe027d

Complementary Color

#fe027d #02fe83

#fe027d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe027d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe027d Color CSS Codes

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

#fe027d Text Font Color

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

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


#fe027d Background Color

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

This div background color is #fe027d


#fe027d Border Color

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

This div border color is #fe027d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe027d


Comments

No comments written yet.

Please login to write comment.