Color Hex Logo

#fe227d Color Hex

#FE227D
(254,34,125)
0 Favorites   0 Comments

Color spaces of #fe227d

RGB 25434125
HSL0.930.990.56
HSV335°87°100°
CMYK 0.000.870.51   0.00
XYZ45.146723.695621.5962
Yxy23.69560.49920.2620
Hunter Lab48.678180.36377.7705
CIE-Lab55.781780.71697.1248

#fe227d color RGB value is (254,34,125).

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

The process color (four color CMYK) of #fe227d color hex is 0.00, 0.87, 0.51, 0.00. Web safe color of #fe227d is #ff3366. Color #fe227d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100010 01111101
Octal 376 42 175
Decimal 254 34 125
Hex FE 22 7D

RGB Percentages of Color #fe227d

%61.50
%8.23
%30.27

CMYK Percentages of Color #fe227d

%0
%87
%51
%0

Triadic Colors of #fe227d

#fe227d #7dfe22 #227dfe

Analogous Colors of #fe227d

#fe227d #fe3522 #fe22eb

Monochromatic Colors of #fe227d

#fe227d

Complementary Color

#fe227d #22fea3

#fe227d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe227d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe227d Color CSS Codes

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

#fe227d Text Font Color

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

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


#fe227d Background Color

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

This div background color is #fe227d


#fe227d Border Color

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

This div border color is #fe227d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,34,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 #fe227d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe227d


Comments

No comments written yet.

Please login to write comment.