Color Hex Logo

#fe3bef Color Hex

#FE3BEF
(254,59,239)
0 Favorites   0 Comments

Color spaces of #fe3bef

RGB 25459239
HSL0.850.990.61
HSV305°77°100°
CMYK 0.000.770.06   0.00
XYZ58.017030.430884.4772
Yxy30.43080.33550.1760
Hunter Lab55.164191.1941-52.1806
CIE-Lab62.024287.8287-49.2520

#fe3bef color RGB value is (254,59,239).

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

The process color (four color CMYK) of #fe3bef color hex is 0.00, 0.77, 0.06, 0.00. Web safe color of #fe3bef is #ff33ff. Color #fe3bef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111011 11101111
Octal 376 73 357
Decimal 254 59 239
Hex FE 3B EF

RGB Percentages of Color #fe3bef

%46.01
%10.69
%43.30

CMYK Percentages of Color #fe3bef

%0
%77
%6
%0

Triadic Colors of #fe3bef

#fe3bef #effe3b #3beffe

Analogous Colors of #fe3bef

#fe3bef #fe3b8e #ac3bfe

Monochromatic Colors of #fe3bef

#fe3bef

Complementary Color

#fe3bef #3bfe4a

#fe3bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3bef Color CSS Codes

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

#fe3bef Text Font Color

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

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


#fe3bef Background Color

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

This div background color is #fe3bef


#fe3bef Border Color

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

This div border color is #fe3bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3bef

Related Colors


Comments

No comments written yet.

Please login to write comment.