Color Hex Logo

#fe3bda Color Hex

#FE3BDA
(254,59,218)
0 Favorites   0 Comments

Color spaces of #fe3bda

RGB 25459218
HSL0.860.990.61
HSV311°77°100°
CMYK 0.000.770.14   0.00
XYZ55.091929.260769.0739
Yxy29.26070.35910.1907
Hunter Lab54.093287.1327-37.8448
CIE-Lab61.011084.9443-39.0718

#fe3bda color RGB value is (254,59,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111011 11011010
Octal 376 73 332
Decimal 254 59 218
Hex FE 3B DA

RGB Percentages of Color #fe3bda

%47.83
%11.11
%41.05

CMYK Percentages of Color #fe3bda

%0
%77
%14
%0

Triadic Colors of #fe3bda

#fe3bda #dafe3b #3bdafe

Analogous Colors of #fe3bda

#fe3bda #fe3b79 #c13bfe

Monochromatic Colors of #fe3bda

#fe3bda

Complementary Color

#fe3bda #3bfe5f

#fe3bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3bda Color CSS Codes

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

#fe3bda Text Font Color

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

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


#fe3bda Background Color

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

This div background color is #fe3bda


#fe3bda Border Color

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

This div border color is #fe3bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3bda

Related Colors


Comments

No comments written yet.

Please login to write comment.