Color Hex Logo

#fd2fe4 Color Hex

#FD2FE4
(253,47,228)
0 Favorites   0 Comments

Color spaces of #fd2fe4

RGB 25347228
HSL0.850.980.59
HSV307°81°99°
CMYK 0.000.810.10   0.01
XYZ55.528128.517175.9765
Yxy28.51710.34700.1782
Hunter Lab53.401492.1563-46.9735
CIE-Lab60.353188.8777-45.7498

#fd2fe4 color RGB value is (253,47,228).

#fd2fe4 hex color red value is 253, green value is 47 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #fd2fe4 hue: 0.85 , saturation: 0.98 and the lightness value of fd2fe4 is 0.59.

The process color (four color CMYK) of #fd2fe4 color hex is 0.00, 0.81, 0.10, 0.01. Web safe color of #fd2fe4 is #ff33cc. Color #fd2fe4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101111 11100100
Octal 375 57 344
Decimal 253 47 228
Hex FD 2F E4

RGB Percentages of Color #fd2fe4

%47.92
%8.90
%43.18

CMYK Percentages of Color #fd2fe4

%0
%81
%10
%1

Triadic Colors of #fd2fe4

#fd2fe4 #e4fd2f #2fe4fd

Analogous Colors of #fd2fe4

#fd2fe4 #fd2f7d #af2ffd

Monochromatic Colors of #fd2fe4

#fd2fe4

Complementary Color

#fd2fe4 #2ffd48

#fd2fe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd2fe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd2fe4 Color CSS Codes

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

#fd2fe4 Text Font Color

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

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


#fd2fe4 Background Color

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

This div background color is #fd2fe4


#fd2fe4 Border Color

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

This div border color is #fd2fe4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,47,228, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd2fe4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd2fe4;
  -webkit-box-shadow: 1px 1px 3px 2px #fd2fe4;
  box-shadow:         1px 1px 3px 2px #fd2fe4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,47,228, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd2fe4


Comments

No comments written yet.

Please login to write comment.