Color Hex Logo

#fe2dfd Color Hex

#FE2DFD
(254,45,253)
0 Favorites   0 Comments

Color spaces of #fe2dfd

RGB 25445253
HSL0.830.990.59
HSV300°82°100°
CMYK 0.000.820.00   0.00
XYZ59.541130.039595.5885
Yxy30.03950.32150.1622
Hunter Lab54.808397.9993-65.0390
CIE-Lab61.688392.9584-57.5590

#fe2dfd color RGB value is (254,45,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101101 11111101
Octal 376 55 375
Decimal 254 45 253
Hex FE 2D FD

RGB Percentages of Color #fe2dfd

%46.01
%8.15
%45.83

CMYK Percentages of Color #fe2dfd

%0
%82
%0
%0

Triadic Colors of #fe2dfd

#fe2dfd #fdfe2d #2dfdfe

Analogous Colors of #fe2dfd

#fe2dfd #fe2d95 #972dfe

Monochromatic Colors of #fe2dfd

#fe2dfd

Complementary Color

#fe2dfd #2dfe2e

#fe2dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2dfd Color CSS Codes

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

#fe2dfd Text Font Color

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

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


#fe2dfd Background Color

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

This div background color is #fe2dfd


#fe2dfd Border Color

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

This div border color is #fe2dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.