Color Hex Logo

#fe8fee Color Hex

#FE8FEE
(254,143,238)
0 Favorites   0 Comments

Color spaces of #fe8fee

RGB 254143238
HSL0.860.980.78
HSV309°44°100°
CMYK 0.000.440.06   0.00
XYZ66.128146.888886.4540
Yxy46.88880.33150.2351
Hunter Lab68.475452.5492-26.9241
CIE-Lab74.118654.6076-29.8220

#fe8fee color RGB value is (254,143,238).

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

The process color (four color CMYK) of #fe8fee color hex is 0.00, 0.44, 0.06, 0.00. Web safe color of #fe8fee is #ff99ff. Color #fe8fee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001111 11101110
Octal 376 217 356
Decimal 254 143 238
Hex FE 8F EE

RGB Percentages of Color #fe8fee

%40.00
%22.52
%37.48

CMYK Percentages of Color #fe8fee

%0
%44
%6
%0

Triadic Colors of #fe8fee

#fe8fee #eefe8f #8feefe

Analogous Colors of #fe8fee

#fe8fee #fe8fb7 #d78ffe

Monochromatic Colors of #fe8fee

#fe8fee

Complementary Color

#fe8fee #8ffe9f

#fe8fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8fee Color CSS Codes

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

#fe8fee Text Font Color

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

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


#fe8fee Background Color

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

This div background color is #fe8fee


#fe8fee Border Color

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

This div border color is #fe8fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8fee


Comments

No comments written yet.

Please login to write comment.