Color Hex Logo

#fe36ff Color Hex

#FE36FF
(254,54,255)
0 Favorites   0 Comments

Color spaces of #fe36ff

RGB 25454255
HSL0.831.000.61
HSV300°79°100°
CMYK 0.000.790.00   0.00
XYZ60.242230.929297.4025
Yxy30.92920.31950.1640
Hunter Lab55.614096.0301-64.9108
CIE-Lab62.447891.3572-57.4533

#fe36ff color RGB value is (254,54,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110110 11111111
Octal 376 66 377
Decimal 254 54 255
Hex FE 36 FF

RGB Percentages of Color #fe36ff

%45.12
%9.59
%45.29

CMYK Percentages of Color #fe36ff

%0
%79
%0
%0

Triadic Colors of #fe36ff

#fe36ff #fffe36 #36fffe

Analogous Colors of #fe36ff

#fe36ff #ff369c #9a36ff

Monochromatic Colors of #fe36ff

#fe36ff

Complementary Color

#fe36ff #37ff36

#fe36ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe36ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe36ff Color CSS Codes

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

#fe36ff Text Font Color

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

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


#fe36ff Background Color

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

This div background color is #fe36ff


#fe36ff Border Color

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

This div border color is #fe36ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe36ff

Related Colors


Comments

No comments written yet.

Please login to write comment.