Color Hex Logo

#ff7aab Color Hex

#FF7AAB
(255,122,171)
0 Favorites   0 Comments

Color spaces of #ff7aab

RGB 255122171
HSL0.941.000.74
HSV338°52°100°
CMYK 0.000.520.33   0.00
XYZ55.550238.119342.9580
Yxy38.11930.40660.2790
Hunter Lab61.740852.55571.9658
CIE-Lab68.108455.5048-1.6723

#ff7aab color RGB value is (255,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111010 10101011
Octal 377 172 253
Decimal 255 122 171
Hex FF 7A AB

RGB Percentages of Color #ff7aab

%46.53
%22.26
%31.20

CMYK Percentages of Color #ff7aab

%0
%52
%33
%0

Triadic Colors of #ff7aab

#ff7aab #abff7a #7aabff

Analogous Colors of #ff7aab

#ff7aab #ff8c7a #ff7aee

Monochromatic Colors of #ff7aab

#ff7aab

Complementary Color

#ff7aab #7affce

#ff7aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7aab Color CSS Codes

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

#ff7aab Text Font Color

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

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


#ff7aab Background Color

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

This div background color is #ff7aab


#ff7aab Border Color

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

This div border color is #ff7aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7aab


Comments

No comments written yet.

Please login to write comment.