Color Hex Logo

#ff84ac Color Hex

#FF84AC
(255,132,172)
0 Favorites   0 Comments

Color spaces of #ff84ac

RGB 255132172
HSL0.951.000.76
HSV340°48°100°
CMYK 0.000.480.33   0.00
XYZ56.937740.741143.8926
Yxy40.74110.40220.2878
Hunter Lab63.828847.52853.9087
CIE-Lab69.994150.82870.5227

#ff84ac color RGB value is (255,132,172).

#ff84ac hex color red value is 255, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ff84ac hue: 0.95 , saturation: 1.00 and the lightness value of ff84ac is 0.76.

The process color (four color CMYK) of #ff84ac color hex is 0.00, 0.48, 0.33, 0.00. Web safe color of #ff84ac is #ff9999. Color #ff84ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000100 10101100
Octal 377 204 254
Decimal 255 132 172
Hex FF 84 AC

RGB Percentages of Color #ff84ac

%45.62
%23.61
%30.77

CMYK Percentages of Color #ff84ac

%0
%48
%33
%0

Triadic Colors of #ff84ac

#ff84ac #acff84 #84acff

Analogous Colors of #ff84ac

#ff84ac #ff9a84 #ff84ea

Monochromatic Colors of #ff84ac

#ff84ac

Complementary Color

#ff84ac #84ffd7

#ff84ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff84ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff84ac Color CSS Codes

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

#ff84ac Text Font Color

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

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


#ff84ac Background Color

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

This div background color is #ff84ac


#ff84ac Border Color

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

This div border color is #ff84ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff84ac

Related Colors


Comments

No comments written yet.

Please login to write comment.