Color Hex Logo

#fe0fd3 Color Hex

#FE0FD3
(254,15,211)
0 Favorites   0 Comments

Color spaces of #fe0fd3

RGB 25415211
HSL0.860.990.53
HSV311°94°100°
CMYK 0.000.940.17   0.00
XYZ52.801726.115663.8859
Yxy26.11560.36980.1829
Hunter Lab51.103495.0009-38.3478
CIE-Lab58.146691.4322-39.5955

#fe0fd3 color RGB value is (254,15,211).

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

The process color (four color CMYK) of #fe0fd3 color hex is 0.00, 0.94, 0.17, 0.00. Web safe color of #fe0fd3 is #ff00cc. Color #fe0fd3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001111 11010011
Octal 376 17 323
Decimal 254 15 211
Hex FE F D3

RGB Percentages of Color #fe0fd3

%52.92
%3.13
%43.96

CMYK Percentages of Color #fe0fd3

%0
%94
%17
%0

Triadic Colors of #fe0fd3

#fe0fd3 #d3fe0f #0fd3fe

Analogous Colors of #fe0fd3

#fe0fd3 #fe0f5c #b20ffe

Monochromatic Colors of #fe0fd3

#fe0fd3

Complementary Color

#fe0fd3 #0ffe3a

#fe0fd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0fd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0fd3 Color CSS Codes

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

#fe0fd3 Text Font Color

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

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


#fe0fd3 Background Color

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

This div background color is #fe0fd3


#fe0fd3 Border Color

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

This div border color is #fe0fd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0fd3

Related Colors


Comments

No comments written yet.

Please login to write comment.