Color Hex Logo

#fe72ec Color Hex

#FE72EC
(254,114,236)
0 Favorites   0 Comments

Color spaces of #fe72ec

RGB 254114236
HSL0.850.990.72
HSV308°55°100°
CMYK 0.000.550.07   0.00
XYZ62.030739.161683.6464
Yxy39.16160.33560.2119
Hunter Lab62.579267.4217-35.4444
CIE-Lab68.868267.8923-36.8476

#fe72ec color RGB value is (254,114,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110010 11101100
Octal 376 162 354
Decimal 254 114 236
Hex FE 72 EC

RGB Percentages of Color #fe72ec

%42.05
%18.87
%39.07

CMYK Percentages of Color #fe72ec

%0
%55
%7
%0

Triadic Colors of #fe72ec

#fe72ec #ecfe72 #72ecfe

Analogous Colors of #fe72ec

#fe72ec #fe72a6 #ca72fe

Monochromatic Colors of #fe72ec

#fe72ec

Complementary Color

#fe72ec #72fe84

#fe72ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe72ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe72ec Color CSS Codes

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

#fe72ec Text Font Color

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

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


#fe72ec Background Color

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

This div background color is #fe72ec


#fe72ec Border Color

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

This div border color is #fe72ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe72ec

Related Colors


Comments

No comments written yet.

Please login to write comment.