Color Hex Logo

#fd5fe3 Color Hex

#FD5FE3
(253,95,227)
0 Favorites   0 Comments

Color spaces of #fd5fe3

RGB 25395227
HSL0.860.980.68
HSV310°62°99°
CMYK 0.000.620.10   0.01
XYZ58.465334.613176.2726
Yxy34.61310.34520.2044
Hunter Lab58.832974.4271-35.6822
CIE-Lab65.446374.1676-37.1984

#fd5fe3 color RGB value is (253,95,227).

#fd5fe3 hex color red value is 253, green value is 95 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #fd5fe3 hue: 0.86 , saturation: 0.98 and the lightness value of fd5fe3 is 0.68.

The process color (four color CMYK) of #fd5fe3 color hex is 0.00, 0.62, 0.10, 0.01. Web safe color of #fd5fe3 is #ff66cc. Color #fd5fe3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011111 11100011
Octal 375 137 343
Decimal 253 95 227
Hex FD 5F E3

RGB Percentages of Color #fd5fe3

%44.00
%16.52
%39.48

CMYK Percentages of Color #fd5fe3

%0
%62
%10
%1

Triadic Colors of #fd5fe3

#fd5fe3 #e3fd5f #5fe3fd

Analogous Colors of #fd5fe3

#fd5fe3 #fd5f94 #c85ffd

Monochromatic Colors of #fd5fe3

#fd5fe3

Complementary Color

#fd5fe3 #5ffd79

#fd5fe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5fe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5fe3 Color CSS Codes

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

#fd5fe3 Text Font Color

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

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


#fd5fe3 Background Color

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

This div background color is #fd5fe3


#fd5fe3 Border Color

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

This div border color is #fd5fe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5fe3

Related Colors


Comments

No comments written yet.

Please login to write comment.