Color Hex Logo

#fe6aaf Color Hex

#FE6AAF
(254,106,175)
0 Favorites   0 Comments

Color spaces of #fe6aaf

RGB 254106175
HSL0.920.990.71
HSV332°58°100°
CMYK 0.000.580.31   0.00
XYZ53.764934.474044.3779
Yxy34.47400.40540.2600
Hunter Lab58.714660.7019-3.7126
CIE-Lab65.337162.9231-8.0492

#fe6aaf color RGB value is (254,106,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101010 10101111
Octal 376 152 257
Decimal 254 106 175
Hex FE 6A AF

RGB Percentages of Color #fe6aaf

%47.48
%19.81
%32.71

CMYK Percentages of Color #fe6aaf

%0
%58
%31
%0

Triadic Colors of #fe6aaf

#fe6aaf #affe6a #6aaffe

Analogous Colors of #fe6aaf

#fe6aaf #fe6f6a #fe6af9

Monochromatic Colors of #fe6aaf

#fe6aaf

Complementary Color

#fe6aaf #6afeb9

#fe6aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6aaf Color CSS Codes

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

#fe6aaf Text Font Color

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

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


#fe6aaf Background Color

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

This div background color is #fe6aaf


#fe6aaf Border Color

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

This div border color is #fe6aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,106,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 #fe6aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6aaf


Comments

No comments written yet.

Please login to write comment.