Color Hex Logo

#fd2eff Color Hex

#FD2EFF
(253,46,255)
0 Favorites   0 Comments

Color spaces of #fd2eff

RGB 25346255
HSL0.831.000.59
HSV299°82°100°
CMYK 0.010.820.00   0.00
XYZ59.535030.056697.2714
Yxy30.05660.31860.1608
Hunter Lab54.823997.8969-66.8187
CIE-Lab61.703092.8803-58.6509

#fd2eff color RGB value is (253,46,255).

#fd2eff hex color red value is 253, green value is 46 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fd2eff hue: 0.83 , saturation: 1.00 and the lightness value of fd2eff is 0.59.

The process color (four color CMYK) of #fd2eff color hex is 0.01, 0.82, 0.00, 0.00. Web safe color of #fd2eff is #ff33ff. Color #fd2eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101110 11111111
Octal 375 56 377
Decimal 253 46 255
Hex FD 2E FF

RGB Percentages of Color #fd2eff

%45.67
%8.30
%46.03

CMYK Percentages of Color #fd2eff

%1
%82
%0
%0

Triadic Colors of #fd2eff

#fd2eff #fffd2e #2efffd

Analogous Colors of #fd2eff

#fd2eff #ff2e99 #952eff

Monochromatic Colors of #fd2eff

#fd2eff

Complementary Color

#fd2eff #30ff2e

#fd2eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd2eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd2eff Color CSS Codes

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

#fd2eff Text Font Color

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

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


#fd2eff Background Color

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

This div background color is #fd2eff


#fd2eff Border Color

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

This div border color is #fd2eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd2eff

Related Colors

#fd2eff Color Palettes


Comments

No comments written yet.

Please login to write comment.