Color Hex Logo

#fe2fbd Color Hex

#FE2FBD
(254,47,189)
0 Favorites   0 Comments

Color spaces of #fe2fbd

RGB 25447189
HSL0.890.990.59
HSV319°81°100°
CMYK 0.000.810.26   0.00
XYZ51.074926.778050.6208
Yxy26.77800.39760.2084
Hunter Lab51.747585.6220-21.7759
CIE-Lab58.768384.2222-26.0254

#fe2fbd color RGB value is (254,47,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101111 10111101
Octal 376 57 275
Decimal 254 47 189
Hex FE 2F BD

RGB Percentages of Color #fe2fbd

%51.84
%9.59
%38.57

CMYK Percentages of Color #fe2fbd

%0
%81
%26
%0

Triadic Colors of #fe2fbd

#fe2fbd #bdfe2f #2fbdfe

Analogous Colors of #fe2fbd

#fe2fbd #fe2f56 #d82ffe

Monochromatic Colors of #fe2fbd

#fe2fbd

Complementary Color

#fe2fbd #2ffe70

#fe2fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2fbd Color CSS Codes

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

#fe2fbd Text Font Color

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

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


#fe2fbd Background Color

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

This div background color is #fe2fbd


#fe2fbd Border Color

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

This div border color is #fe2fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2fbd


Comments

No comments written yet.

Please login to write comment.