Color Hex Logo

#fe27ff Color Hex

#FE27FF
(254,39,255)
0 Favorites   0 Comments

Color spaces of #fe27ff

RGB 25439255
HSL0.831.000.58
HSV300°85°100°
CMYK 0.000.850.00   0.00
XYZ59.648629.741997.2047
Yxy29.74190.31970.1594
Hunter Lab54.536199.7952-67.5027
CIE-Lab61.430994.3252-59.0761

#fe27ff color RGB value is (254,39,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 11111111
Octal 376 47 377
Decimal 254 39 255
Hex FE 27 FF

RGB Percentages of Color #fe27ff

%46.35
%7.12
%46.53

CMYK Percentages of Color #fe27ff

%0
%85
%0
%0

Triadic Colors of #fe27ff

#fe27ff #fffe27 #27fffe

Analogous Colors of #fe27ff

#fe27ff #ff2794 #9227ff

Monochromatic Colors of #fe27ff

#fe27ff

Complementary Color

#fe27ff #28ff27

#fe27ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe27ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe27ff Color CSS Codes

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

#fe27ff Text Font Color

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

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


#fe27ff Background Color

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

This div background color is #fe27ff


#fe27ff Border Color

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

This div border color is #fe27ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe27ff

Related Colors


Comments

No comments written yet.

Please login to write comment.