Color Hex Logo

#fe0dbd Color Hex

#FE0DBD
(254,13,189)
0 Favorites   0 Comments

Color spaces of #fe0dbd

RGB 25413189
HSL0.880.990.52
HSV316°95°100°
CMYK 0.000.950.26   0.00
XYZ50.202325.032850.3300
Yxy25.03280.39980.1994
Hunter Lab50.032891.5474-24.6192
CIE-Lab57.107489.0530-28.5918

#fe0dbd color RGB value is (254,13,189).

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

The process color (four color CMYK) of #fe0dbd color hex is 0.00, 0.95, 0.26, 0.00. Web safe color of #fe0dbd is #ff00cc. Color #fe0dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001101 10111101
Octal 376 15 275
Decimal 254 13 189
Hex FE D BD

RGB Percentages of Color #fe0dbd

%55.70
%2.85
%41.45

CMYK Percentages of Color #fe0dbd

%0
%95
%26
%0

Triadic Colors of #fe0dbd

#fe0dbd #bdfe0d #0dbdfe

Analogous Colors of #fe0dbd

#fe0dbd #fe0d45 #c70dfe

Monochromatic Colors of #fe0dbd

#fe0dbd

Complementary Color

#fe0dbd #0dfe4e

#fe0dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0dbd Color CSS Codes

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

#fe0dbd Text Font Color

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

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


#fe0dbd Background Color

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

This div background color is #fe0dbd


#fe0dbd Border Color

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

This div border color is #fe0dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0dbd


Comments

No comments written yet.

Please login to write comment.