Color Hex Logo

#ff78aa Color Hex

#FF78AA
(255,120,170)
0 Favorites   0 Comments

Color spaces of #ff78aa

RGB 255120170
HSL0.941.000.74
HSV338°53°100°
CMYK 0.000.530.33   0.00
XYZ55.212237.595242.3768
Yxy37.59520.40840.2781
Hunter Lab61.314953.43261.9431
CIE-Lab67.721256.3243-1.6755

#ff78aa color RGB value is (255,120,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111000 10101010
Octal 377 170 252
Decimal 255 120 170
Hex FF 78 AA

RGB Percentages of Color #ff78aa

%46.79
%22.02
%31.19

CMYK Percentages of Color #ff78aa

%0
%53
%33
%0

Triadic Colors of #ff78aa

#ff78aa #aaff78 #78aaff

Analogous Colors of #ff78aa

#ff78aa #ff8a78 #ff78ee

Monochromatic Colors of #ff78aa

#ff78aa

Complementary Color

#ff78aa #78ffcd

#ff78aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff78aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff78aa Color CSS Codes

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

#ff78aa Text Font Color

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

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


#ff78aa Background Color

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

This div background color is #ff78aa


#ff78aa Border Color

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

This div border color is #ff78aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff78aa

#ff78aa Color Palettes


Comments

No comments written yet.

Please login to write comment.