Color Hex Logo

#fe67ae Color Hex

#FE67AE
(254,103,174)
0 Favorites   0 Comments

Color spaces of #fe67ae

RGB 254103174
HSL0.920.990.70
HSV332°59°100°
CMYK 0.000.590.31   0.00
XYZ53.363333.827343.7612
Yxy33.82730.40750.2583
Hunter Lab58.161261.9927-3.8976
CIE-Lab64.825364.0970-8.2416

#fe67ae color RGB value is (254,103,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100111 10101110
Octal 376 147 256
Decimal 254 103 174
Hex FE 67 AE

RGB Percentages of Color #fe67ae

%47.83
%19.40
%32.77

CMYK Percentages of Color #fe67ae

%0
%59
%31
%0

Triadic Colors of #fe67ae

#fe67ae #aefe67 #67aefe

Analogous Colors of #fe67ae

#fe67ae #fe6c67 #fe67fa

Monochromatic Colors of #fe67ae

#fe67ae

Complementary Color

#fe67ae #67feb7

#fe67ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe67ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe67ae Color CSS Codes

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

#fe67ae Text Font Color

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

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


#fe67ae Background Color

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

This div background color is #fe67ae


#fe67ae Border Color

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

This div border color is #fe67ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe67ae


Comments

No comments written yet.

Please login to write comment.