color codes Logo

#fd5ffe color codes

#FD5FFE
(253,95,254)
0 Favorites   0 Comments

Color spaces of #fd5ffe

RGB 25395254
HSL0.830.990.68
HSV300°63°100°
CMYK 0.000.630.00   0.00
XYZ62.489636.222897.4641
Yxy36.22280.31850.1846
Hunter Lab60.185480.0095-53.8844
CIE-Lab66.689878.3486-50.1801

#fd5ffe color RGB value is (253,95,254).

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

The process color (four color CMYK) of #fd5ffe color code is 0.00, 0.63, 0.00, 0.00. Web safe color of #fd5ffe is #ff66ff. Color #fd5ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011111 11111110
Octal 375 137 376
Decimal 253 95 254
Hex FD 5F FE

RGB Percentages of Color #fd5ffe

%42.03
%15.78
%42.19

CMYK Percentages of Color #fd5ffe

%0
%63
%0
%0

Triadic Colors of #fd5ffe

#fd5ffe #fefd5f #5ffefd

Analogous Colors of #fd5ffe

#fd5ffe #fe5fb0 #ae5ffe

Monochromatic Colors of #fd5ffe

#fd5ffe

Complementary Color

#fd5ffe #60fe5f

#fd5ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5ffe Color CSS Codes

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

#fd5ffe Text Font Color

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

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


#fd5ffe Background Color

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

This div background color is #fd5ffe


#fd5ffe Border Color

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

This div border color is #fd5ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.