Color Hex Logo

#fe5bbd Color Hex

#FE5BBD
(254,91,189)
0 Favorites   0 Comments

Color spaces of #fe5bbd

RGB 25491189
HSL0.900.990.68
HSV324°64°100°
CMYK 0.000.640.26   0.00
XYZ53.799432.227151.5290
Yxy32.22710.39110.2343
Hunter Lab56.768969.8173-14.0791
CIE-Lab63.530170.8000-18.7364

#fe5bbd color RGB value is (254,91,189).

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

The process color (four color CMYK) of #fe5bbd color hex is 0.00, 0.64, 0.26, 0.00. Web safe color of #fe5bbd is #ff66cc. Color #fe5bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011011 10111101
Octal 376 133 275
Decimal 254 91 189
Hex FE 5B BD

RGB Percentages of Color #fe5bbd

%47.57
%17.04
%35.39

CMYK Percentages of Color #fe5bbd

%0
%64
%26
%0

Triadic Colors of #fe5bbd

#fe5bbd #bdfe5b #5bbdfe

Analogous Colors of #fe5bbd

#fe5bbd #fe5b6c #ee5bfe

Monochromatic Colors of #fe5bbd

#fe5bbd

Complementary Color

#fe5bbd #5bfe9c

#fe5bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5bbd Color CSS Codes

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

#fe5bbd Text Font Color

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

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


#fe5bbd Background Color

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

This div background color is #fe5bbd


#fe5bbd Border Color

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

This div border color is #fe5bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,91,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 #fe5bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5bbd


Comments

No comments written yet.

Please login to write comment.