color codes Logo

#fe4fd5 color codes

#FE4FD5
(254,79,213)
0 Favorites   0 Comments

Color spaces of #fe4fd5

RGB 25479213
HSL0.870.990.65
HSV314°69°100°
CMYK 0.000.690.16   0.00
XYZ55.679331.466966.0899
Yxy31.46690.36340.2053
Hunter Lab56.095479.0092-30.5870
CIE-Lab62.899878.2794-33.3041

#fe4fd5 color RGB value is (254,79,213).

#fe4fd5 hex color red value is 254, green value is 79 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #fe4fd5 hue: 0.87 , saturation: 0.99 and the lightness value of fe4fd5 is 0.65.

The process color (four color CMYK) of #fe4fd5 color code is 0.00, 0.69, 0.16, 0.00. Web safe color of #fe4fd5 is #ff66cc. Color #fe4fd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001111 11010101
Octal 376 117 325
Decimal 254 79 213
Hex FE 4F D5

RGB Percentages of Color #fe4fd5

%46.52
%14.47
%39.01

CMYK Percentages of Color #fe4fd5

%0
%69
%16
%0

Triadic Colors of #fe4fd5

#fe4fd5 #d5fe4f #4fd5fe

Analogous Colors of #fe4fd5

#fe4fd5 #fe4f7e #d04ffe

Monochromatic Colors of #fe4fd5

#fe4fd5

Complementary Color

#fe4fd5 #4ffe78

#fe4fd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4fd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4fd5 Color CSS Codes

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

#fe4fd5 Text Font Color

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

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


#fe4fd5 Background Color

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

This div background color is #fe4fd5


#fe4fd5 Border Color

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

This div border color is #fe4fd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4fd5

Related Colors


Comments

No comments written yet.

Please login to write comment.