Color Hex Logo

#fe8fe5 Color Hex

#FE8FE5
(254,143,229)
0 Favorites   0 Comments

Color spaces of #fe8fe5

RGB 254143229
HSL0.870.980.78
HSV314°44°100°
CMYK 0.000.440.10   0.00
XYZ64.838446.372979.6622
Yxy46.37290.33970.2430
Hunter Lab68.097750.7858-21.6905
CIE-Lab73.786953.1383-25.4114

#fe8fe5 color RGB value is (254,143,229).

#fe8fe5 hex color red value is 254, green value is 143 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #fe8fe5 hue: 0.87 , saturation: 0.98 and the lightness value of fe8fe5 is 0.78.

The process color (four color CMYK) of #fe8fe5 color hex is 0.00, 0.44, 0.10, 0.00. Web safe color of #fe8fe5 is #ff99cc. Color #fe8fe5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001111 11100101
Octal 376 217 345
Decimal 254 143 229
Hex FE 8F E5

RGB Percentages of Color #fe8fe5

%40.58
%22.84
%36.58

CMYK Percentages of Color #fe8fe5

%0
%44
%10
%0

Triadic Colors of #fe8fe5

#fe8fe5 #e5fe8f #8fe5fe

Analogous Colors of #fe8fe5

#fe8fe5 #fe8fae #e08ffe

Monochromatic Colors of #fe8fe5

#fe8fe5

Complementary Color

#fe8fe5 #8ffea8

#fe8fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8fe5 Color CSS Codes

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

#fe8fe5 Text Font Color

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

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


#fe8fe5 Background Color

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

This div background color is #fe8fe5


#fe8fe5 Border Color

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

This div border color is #fe8fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8fe5


Comments

No comments written yet.

Please login to write comment.