color codes Logo

#fe1bdd color codes

#FE1BDD
(254,27,221)
0 Favorites   0 Comments

Color spaces of #fe1bdd

RGB 25427221
HSL0.860.990.55
HSV309°89°100°
CMYK 0.000.890.13   0.00
XYZ54.316127.075270.7699
Yxy27.07520.35700.1779
Hunter Lab52.033895.2700-44.2151
CIE-Lab59.043991.4573-43.8585

#fe1bdd color RGB value is (254,27,221).

#fe1bdd hex color red value is 254, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fe1bdd hue: 0.86 , saturation: 0.99 and the lightness value of fe1bdd is 0.55.

The process color (four color CMYK) of #fe1bdd color code is 0.00, 0.89, 0.13, 0.00. Web safe color of #fe1bdd is #ff33cc. Color #fe1bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011011 11011101
Octal 376 33 335
Decimal 254 27 221
Hex FE 1B DD

RGB Percentages of Color #fe1bdd

%50.60
%5.38
%44.02

CMYK Percentages of Color #fe1bdd

%0
%89
%13
%0

Triadic Colors of #fe1bdd

#fe1bdd #ddfe1b #1bddfe

Analogous Colors of #fe1bdd

#fe1bdd #fe1b6c #ae1bfe

Monochromatic Colors of #fe1bdd

#fe1bdd

Complementary Color

#fe1bdd #1bfe3c

#fe1bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1bdd Color CSS Codes

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

#fe1bdd Text Font Color

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

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


#fe1bdd Background Color

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

This div background color is #fe1bdd


#fe1bdd Border Color

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

This div border color is #fe1bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1bdd

Related Colors


Comments

No comments written yet.

Please login to write comment.