Color Hex Logo

#fe6872 Color Hex

#FE6872
(254,104,114)
0 Favorites   0 Comments

Color spaces of #fe6872

RGB 254104114
HSL0.990.990.70
HSV356°59°100°
CMYK 0.000.590.55   0.00
XYZ48.860632.186419.5569
Yxy32.18640.48570.3199
Hunter Lab56.733154.447919.2748
CIE-Lab63.496657.879824.2197

#fe6872 color RGB value is (254,104,114).

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

The process color (four color CMYK) of #fe6872 color hex is 0.00, 0.59, 0.55, 0.00. Web safe color of #fe6872 is #ff6666. Color #fe6872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101000 01110010
Octal 376 150 162
Decimal 254 104 114
Hex FE 68 72

RGB Percentages of Color #fe6872

%53.81
%22.03
%24.15

CMYK Percentages of Color #fe6872

%0
%59
%55
%0

Triadic Colors of #fe6872

#fe6872 #72fe68 #6872fe

Analogous Colors of #fe6872

#fe6872 #fea968 #fe68bd

Monochromatic Colors of #fe6872

#fe6872

Complementary Color

#fe6872 #68fef4

#fe6872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6872 Color CSS Codes

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

#fe6872 Text Font Color

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

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


#fe6872 Background Color

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

This div background color is #fe6872


#fe6872 Border Color

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

This div border color is #fe6872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6872

Related Colors


Comments

No comments written yet.

Please login to write comment.