Color Hex Logo

#fd2ffa Color Hex

#FD2FFA
(253,47,250)
0 Favorites   0 Comments

Color spaces of #fd2ffa

RGB 25347250
HSL0.840.980.59
HSV301°81°99°
CMYK 0.000.810.01   0.01
XYZ58.779829.817893.0998
Yxy29.81780.32350.1641
Hunter Lab54.605796.5848-62.8623
CIE-Lab61.496791.9530-56.2127

#fd2ffa color RGB value is (253,47,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101111 11111010
Octal 375 57 372
Decimal 253 47 250
Hex FD 2F FA

RGB Percentages of Color #fd2ffa

%46.00
%8.55
%45.45

CMYK Percentages of Color #fd2ffa

%0
%81
%1
%1

Triadic Colors of #fd2ffa

#fd2ffa #fafd2f #2ffafd

Analogous Colors of #fd2ffa

#fd2ffa #fd2f93 #992ffd

Monochromatic Colors of #fd2ffa

#fd2ffa

Complementary Color

#fd2ffa #2ffd32

#fd2ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd2ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd2ffa Color CSS Codes

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

#fd2ffa Text Font Color

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

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


#fd2ffa Background Color

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

This div background color is #fd2ffa


#fd2ffa Border Color

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

This div border color is #fd2ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd2ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.