Color Hex Logo

#fe065d Color Hex

#FE065D
(254,6,93)
0 Favorites   0 Comments

Color spaces of #fe065d

RGB 254693
HSL0.940.990.51
HSV339°98°100°
CMYK 0.000.980.63   0.00
XYZ42.914021.991412.3389
Yxy21.99140.55560.2847
Hunter Lab46.895081.280617.2262
CIE-Lab54.017981.779623.9368

#fe065d color RGB value is (254,6,93).

#fe065d hex color red value is 254, green value is 6 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fe065d hue: 0.94 , saturation: 0.99 and the lightness value of fe065d is 0.51.

The process color (four color CMYK) of #fe065d color hex is 0.00, 0.98, 0.63, 0.00. Web safe color of #fe065d is #ff0066. Color #fe065d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000110 01011101
Octal 376 6 135
Decimal 254 6 93
Hex FE 6 5D

RGB Percentages of Color #fe065d

%71.95
%1.70
%26.35

CMYK Percentages of Color #fe065d

%0
%98
%63
%0

Triadic Colors of #fe065d

#fe065d #5dfe06 #065dfe

Analogous Colors of #fe065d

#fe065d #fe2b06 #fe06d9

Monochromatic Colors of #fe065d

#fe065d

Complementary Color

#fe065d #06fea7

#fe065d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe065d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe065d Color CSS Codes

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

#fe065d Text Font Color

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

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


#fe065d Background Color

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

This div background color is #fe065d


#fe065d Border Color

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

This div border color is #fe065d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe065d

Related Colors


Comments

No comments written yet.

Please login to write comment.