Color Hex Logo

#ff7eaa Color Hex

#FF7EAA
(255,126,170)
1 Favorites   0 Comments

Color spaces of #ff7eaa

RGB 255126170
HSL0.941.000.75
HSV340°51°100°
CMYK 0.000.510.33   0.00
XYZ55.956639.084042.6249
Yxy39.08400.40650.2839
Hunter Lab62.517250.36303.3375
CIE-Lab68.812153.4889-0.0791

#ff7eaa color RGB value is (255,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111110 10101010
Octal 377 176 252
Decimal 255 126 170
Hex FF 7E AA

RGB Percentages of Color #ff7eaa

%46.28
%22.87
%30.85

CMYK Percentages of Color #ff7eaa

%0
%51
%33
%0

Triadic Colors of #ff7eaa

#ff7eaa #aaff7e #7eaaff

Analogous Colors of #ff7eaa

#ff7eaa #ff937e #ff7eeb

Monochromatic Colors of #ff7eaa

#ff7eaa

Complementary Color

#ff7eaa #7effd3

#ff7eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7eaa Color CSS Codes

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

#ff7eaa Text Font Color

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

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


#ff7eaa Background Color

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

This div background color is #ff7eaa


#ff7eaa Border Color

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

This div border color is #ff7eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,126,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7eaa

#ff7eaa Color Palettes


Comments

No comments written yet.

Please login to write comment.