Color Hex Logo

#fe6daf Color Hex

#FE6DAF
(254,109,175)
0 Favorites   0 Comments

Color spaces of #fe6daf

RGB 254109175
HSL0.920.990.71
HSV333°57°100°
CMYK 0.000.570.31   0.00
XYZ54.079635.103344.4827
Yxy35.10330.40460.2626
Hunter Lab59.248059.2447-3.0406
CIE-Lab65.829061.6079-7.3177

#fe6daf color RGB value is (254,109,175).

#fe6daf hex color red value is 254, green value is 109 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fe6daf hue: 0.92 , saturation: 0.99 and the lightness value of fe6daf is 0.71.

The process color (four color CMYK) of #fe6daf color hex is 0.00, 0.57, 0.31, 0.00. Web safe color of #fe6daf is #ff6699. Color #fe6daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101101 10101111
Octal 376 155 257
Decimal 254 109 175
Hex FE 6D AF

RGB Percentages of Color #fe6daf

%47.21
%20.26
%32.53

CMYK Percentages of Color #fe6daf

%0
%57
%31
%0

Triadic Colors of #fe6daf

#fe6daf #affe6d #6daffe

Analogous Colors of #fe6daf

#fe6daf #fe746d #fe6df8

Monochromatic Colors of #fe6daf

#fe6daf

Complementary Color

#fe6daf #6dfebc

#fe6daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6daf Color CSS Codes

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

#fe6daf Text Font Color

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

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


#fe6daf Background Color

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

This div background color is #fe6daf


#fe6daf Border Color

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

This div border color is #fe6daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6daf

Related Colors


Comments

No comments written yet.

Please login to write comment.