Color Hex Logo

#ff94ae Color Hex

#FF94AE
(255,148,174)
0 Favorites   0 Comments

Color spaces of #ff94ae

RGB 255148174
HSL0.961.000.79
HSV345°42°100°
CMYK 0.000.420.32   0.00
XYZ59.469945.495845.6916
Yxy45.49580.39470.3020
Hunter Lab67.450639.34167.0518
CIE-Lab73.217243.09444.0881

#ff94ae color RGB value is (255,148,174).

#ff94ae hex color red value is 255, green value is 148 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ff94ae hue: 0.96 , saturation: 1.00 and the lightness value of ff94ae is 0.79.

The process color (four color CMYK) of #ff94ae color hex is 0.00, 0.42, 0.32, 0.00. Web safe color of #ff94ae is #ff9999. Color #ff94ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010100 10101110
Octal 377 224 256
Decimal 255 148 174
Hex FF 94 AE

RGB Percentages of Color #ff94ae

%44.19
%25.65
%30.16

CMYK Percentages of Color #ff94ae

%0
%42
%32
%0

Triadic Colors of #ff94ae

#ff94ae #aeff94 #94aeff

Analogous Colors of #ff94ae

#ff94ae #ffb094 #ff94e4

Monochromatic Colors of #ff94ae

#ff94ae

Complementary Color

#ff94ae #94ffe5

#ff94ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff94ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff94ae Color CSS Codes

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

#ff94ae Text Font Color

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

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


#ff94ae Background Color

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

This div background color is #ff94ae


#ff94ae Border Color

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

This div border color is #ff94ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff94ae


Comments

No comments written yet.

Please login to write comment.