Color Hex Logo

#ff42ac Color Hex

#FF42AC
(255,66,172)
0 Favorites   0 Comments

Color spaces of #ff42ac

RGB 25566172
HSL0.911.000.63
HSV326°74°100°
CMYK 0.000.740.33   0.00
XYZ50.634628.135041.7916
Yxy28.13500.42000.2334
Hunter Lab53.042477.5728-9.5843
CIE-Lab60.010577.6962-14.2945

#ff42ac color RGB value is (255,66,172).

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

The process color (four color CMYK) of #ff42ac color hex is 0.00, 0.74, 0.33, 0.00. Web safe color of #ff42ac is #ff3399. Color #ff42ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 10101100
Octal 377 102 254
Decimal 255 66 172
Hex FF 42 AC

RGB Percentages of Color #ff42ac

%51.72
%13.39
%34.89

CMYK Percentages of Color #ff42ac

%0
%74
%33
%0

Triadic Colors of #ff42ac

#ff42ac #acff42 #42acff

Analogous Colors of #ff42ac

#ff42ac #ff424d #f442ff

Monochromatic Colors of #ff42ac

#ff42ac

Complementary Color

#ff42ac #42ff95

#ff42ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff42ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff42ac Color CSS Codes

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

#ff42ac Text Font Color

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

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


#ff42ac Background Color

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

This div background color is #ff42ac


#ff42ac Border Color

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

This div border color is #ff42ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff42ac

Related Colors


Comments

No comments written yet.

Please login to write comment.