Color Hex Logo

#fe28ed Color Hex

#FE28ED
(254,40,237)
0 Favorites   0 Comments

Color spaces of #fe28ed

RGB 25440237
HSL0.850.990.58
HSV305°84°100°
CMYK 0.000.840.07   0.00
XYZ56.917928.702882.6611
Yxy28.70280.33820.1706
Hunter Lab53.575095.8816-53.9763
CIE-Lab60.518491.6234-50.5216

#fe28ed color RGB value is (254,40,237).

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

The process color (four color CMYK) of #fe28ed color hex is 0.00, 0.84, 0.07, 0.00. Web safe color of #fe28ed is #ff33ff. Color #fe28ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101000 11101101
Octal 376 50 355
Decimal 254 40 237
Hex FE 28 ED

RGB Percentages of Color #fe28ed

%47.83
%7.53
%44.63

CMYK Percentages of Color #fe28ed

%0
%84
%7
%0

Triadic Colors of #fe28ed

#fe28ed #edfe28 #28edfe

Analogous Colors of #fe28ed

#fe28ed #fe2882 #a428fe

Monochromatic Colors of #fe28ed

#fe28ed

Complementary Color

#fe28ed #28fe39

#fe28ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe28ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe28ed Color CSS Codes

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

#fe28ed Text Font Color

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

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


#fe28ed Background Color

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

This div background color is #fe28ed


#fe28ed Border Color

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

This div border color is #fe28ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe28ed

Related Colors


Comments

No comments written yet.

Please login to write comment.