Color Hex Logo

#fe8bff Color Hex

#FE8BFF
(254,139,255)
0 Favorites   0 Comments

Color spaces of #fe8bff

RGB 254139255
HSL0.831.000.77
HSV299°45°100°
CMYK 0.000.450.00   0.00
XYZ68.155746.7561100.0404
Yxy46.75610.31710.2175
Hunter Lab68.378458.2563-38.8788
CIE-Lab74.033559.4571-39.2022

#fe8bff color RGB value is (254,139,255).

#fe8bff hex color red value is 254, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fe8bff hue: 0.83 , saturation: 1.00 and the lightness value of fe8bff is 0.77.

The process color (four color CMYK) of #fe8bff color hex is 0.00, 0.45, 0.00, 0.00. Web safe color of #fe8bff is #ff99ff. Color #fe8bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001011 11111111
Octal 376 213 377
Decimal 254 139 255
Hex FE 8B FF

RGB Percentages of Color #fe8bff

%39.20
%21.45
%39.35

CMYK Percentages of Color #fe8bff

%0
%45
%0
%0

Triadic Colors of #fe8bff

#fe8bff #fffe8b #8bfffe

Analogous Colors of #fe8bff

#fe8bff #ff8bc6 #c48bff

Monochromatic Colors of #fe8bff

#fe8bff

Complementary Color

#fe8bff #8cff8b

#fe8bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8bff Color CSS Codes

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

#fe8bff Text Font Color

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

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


#fe8bff Background Color

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

This div background color is #fe8bff


#fe8bff Border Color

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

This div border color is #fe8bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8bff

Related Colors


Comments

No comments written yet.

Please login to write comment.