Color Hex Logo

#fe27fd Color Hex

#FE27FD
(254,39,253)
0 Favorites   0 Comments

Color spaces of #fe27fd

RGB 25439253
HSL0.830.990.57
HSV300°85°100°
CMYK 0.000.850.00   0.00
XYZ59.328229.613795.5176
Yxy29.61370.32160.1605
Hunter Lab54.418599.3723-65.9754
CIE-Lab61.319594.0376-58.1475

#fe27fd color RGB value is (254,39,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 11111101
Octal 376 47 375
Decimal 254 39 253
Hex FE 27 FD

RGB Percentages of Color #fe27fd

%46.52
%7.14
%46.34

CMYK Percentages of Color #fe27fd

%0
%85
%0
%0

Triadic Colors of #fe27fd

#fe27fd #fdfe27 #27fdfe

Analogous Colors of #fe27fd

#fe27fd #fe2792 #9427fe

Monochromatic Colors of #fe27fd

#fe27fd

Complementary Color

#fe27fd #27fe28

#fe27fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe27fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe27fd Color CSS Codes

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

#fe27fd Text Font Color

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

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


#fe27fd Background Color

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

This div background color is #fe27fd


#fe27fd Border Color

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

This div border color is #fe27fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,39,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 #fe27fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe27fd

Related Colors


Comments

No comments written yet.

Please login to write comment.