Color Hex Logo

#fe72ee Color Hex

#FE72EE
(254,114,238)
0 Favorites   0 Comments

Color spaces of #fe72ee

RGB 254114238
HSL0.850.990.72
HSV307°55°100°
CMYK 0.000.550.06   0.00
XYZ62.323039.278585.1856
Yxy39.27850.33370.2103
Hunter Lab62.672667.8274-36.7172
CIE-Lab68.952568.2088-37.8188

#fe72ee color RGB value is (254,114,238).

#fe72ee hex color red value is 254, green value is 114 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fe72ee hue: 0.85 , saturation: 0.99 and the lightness value of fe72ee is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110010 11101110
Octal 376 162 356
Decimal 254 114 238
Hex FE 72 EE

RGB Percentages of Color #fe72ee

%41.91
%18.81
%39.27

CMYK Percentages of Color #fe72ee

%0
%55
%6
%0

Triadic Colors of #fe72ee

#fe72ee #eefe72 #72eefe

Analogous Colors of #fe72ee

#fe72ee #fe72a8 #c872fe

Monochromatic Colors of #fe72ee

#fe72ee

Complementary Color

#fe72ee #72fe82

#fe72ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe72ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe72ee Color CSS Codes

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

#fe72ee Text Font Color

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

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


#fe72ee Background Color

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

This div background color is #fe72ee


#fe72ee Border Color

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

This div border color is #fe72ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe72ee


Comments

No comments written yet.

Please login to write comment.