Color Hex Logo

#fe73ff Color Hex

#FE73FF
(254,115,255)
0 Favorites   0 Comments

Color spaces of #fe73ff

RGB 254115255
HSL0.831.000.73
HSV300°55°100°
CMYK 0.000.550.00   0.00
XYZ65.053840.552399.0064
Yxy40.55230.31790.1982
Hunter Lab63.680770.9077-47.6036
CIE-Lab69.861170.5465-45.7237

#fe73ff color RGB value is (254,115,255).

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

The process color (four color CMYK) of #fe73ff color hex is 0.00, 0.55, 0.00, 0.00. Web safe color of #fe73ff is #ff66ff. Color #fe73ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110011 11111111
Octal 376 163 377
Decimal 254 115 255
Hex FE 73 FF

RGB Percentages of Color #fe73ff

%40.71
%18.43
%40.87

CMYK Percentages of Color #fe73ff

%0
%55
%0
%0

Triadic Colors of #fe73ff

#fe73ff #fffe73 #73fffe

Analogous Colors of #fe73ff

#fe73ff #ff73ba #b873ff

Monochromatic Colors of #fe73ff

#fe73ff

Complementary Color

#fe73ff #74ff73

#fe73ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe73ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe73ff Color CSS Codes

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

#fe73ff Text Font Color

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

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


#fe73ff Background Color

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

This div background color is #fe73ff


#fe73ff Border Color

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

This div border color is #fe73ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe73ff

Related Colors

#fe73ff Color Palettes


Comments

No comments written yet.

Please login to write comment.