Color Hex Logo

#fe88ed Color Hex

#FE88ED
(254,136,237)
0 Favorites   0 Comments

Color spaces of #fe88ed

RGB 254136237
HSL0.860.980.76
HSV309°46°100°
CMYK 0.000.460.07   0.00
XYZ64.963344.793685.3428
Yxy44.79360.33300.2296
Hunter Lab66.928056.1360-28.7536
CIE-Lab72.755857.8650-31.3748

#fe88ed color RGB value is (254,136,237).

#fe88ed hex color red value is 254, green value is 136 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fe88ed hue: 0.86 , saturation: 0.98 and the lightness value of fe88ed is 0.76.

The process color (four color CMYK) of #fe88ed color hex is 0.00, 0.46, 0.07, 0.00. Web safe color of #fe88ed is #ff99ff. Color #fe88ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001000 11101101
Octal 376 210 355
Decimal 254 136 237
Hex FE 88 ED

RGB Percentages of Color #fe88ed

%40.51
%21.69
%37.80

CMYK Percentages of Color #fe88ed

%0
%46
%7
%0

Triadic Colors of #fe88ed

#fe88ed #edfe88 #88edfe

Analogous Colors of #fe88ed

#fe88ed #fe88b2 #d488fe

Monochromatic Colors of #fe88ed

#fe88ed

Complementary Color

#fe88ed #88fe99

#fe88ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe88ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe88ed Color CSS Codes

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

#fe88ed Text Font Color

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

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


#fe88ed Background Color

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

This div background color is #fe88ed


#fe88ed Border Color

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

This div border color is #fe88ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe88ed

Related Colors


Comments

No comments written yet.

Please login to write comment.