Color Hex Logo

#fe3bbd Color Hex

#FE3BBD
(254,59,189)
0 Favorites   0 Comments

Color spaces of #fe3bbd

RGB 25459189
HSL0.890.990.61
HSV320°77°100°
CMYK 0.000.770.26   0.00
XYZ51.622327.872950.8033
Yxy27.87290.39620.2139
Hunter Lab52.794882.1449-20.0971
CIE-Lab59.773781.3353-24.4778

#fe3bbd color RGB value is (254,59,189).

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

The process color (four color CMYK) of #fe3bbd color hex is 0.00, 0.77, 0.26, 0.00. Web safe color of #fe3bbd is #ff33cc. Color #fe3bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111011 10111101
Octal 376 73 275
Decimal 254 59 189
Hex FE 3B BD

RGB Percentages of Color #fe3bbd

%50.60
%11.75
%37.65

CMYK Percentages of Color #fe3bbd

%0
%77
%26
%0

Triadic Colors of #fe3bbd

#fe3bbd #bdfe3b #3bbdfe

Analogous Colors of #fe3bbd

#fe3bbd #fe3b5c #de3bfe

Monochromatic Colors of #fe3bbd

#fe3bbd

Complementary Color

#fe3bbd #3bfe7c

#fe3bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3bbd Color CSS Codes

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

#fe3bbd Text Font Color

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

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


#fe3bbd Background Color

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

This div background color is #fe3bbd


#fe3bbd Border Color

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

This div border color is #fe3bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3bbd

Related Colors


Comments

No comments written yet.

Please login to write comment.