Color Hex Logo

#ff7dae Color Hex

#FF7DAE
(255,125,174)
0 Favorites   0 Comments

Color spaces of #ff7dae

RGB 255125174
HSL0.941.000.75
HSV337°51°100°
CMYK 0.000.510.32   0.00
XYZ56.213638.983244.6061
Yxy38.98320.40210.2788
Hunter Lab62.436551.44531.3474
CIE-Lab68.739154.4440-2.4374

#ff7dae color RGB value is (255,125,174).

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

The process color (four color CMYK) of #ff7dae color hex is 0.00, 0.51, 0.32, 0.00. Web safe color of #ff7dae is #ff6699. Color #ff7dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111101 10101110
Octal 377 175 256
Decimal 255 125 174
Hex FF 7D AE

RGB Percentages of Color #ff7dae

%46.03
%22.56
%31.41

CMYK Percentages of Color #ff7dae

%0
%51
%32
%0

Triadic Colors of #ff7dae

#ff7dae #aeff7d #7daeff

Analogous Colors of #ff7dae

#ff7dae #ff8d7d #ff7def

Monochromatic Colors of #ff7dae

#ff7dae

Complementary Color

#ff7dae #7dffce

#ff7dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7dae Color CSS Codes

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

#ff7dae Text Font Color

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

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


#ff7dae Background Color

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

This div background color is #ff7dae


#ff7dae Border Color

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

This div border color is #ff7dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7dae


Comments

No comments written yet.

Please login to write comment.