Color Hex Logo

#ff42ab Color Hex

#FF42AB
(255,66,171)
0 Favorites   0 Comments

Color spaces of #ff42ab

RGB 25566171
HSL0.911.000.63
HSV327°74°100°
CMYK 0.000.740.33   0.00
XYZ50.538928.096741.2876
Yxy28.09670.42140.2343
Hunter Lab53.006377.4298-9.0776
CIE-Lab59.976077.5895-13.7673

#ff42ab color RGB value is (255,66,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 10101011
Octal 377 102 253
Decimal 255 66 171
Hex FF 42 AB

RGB Percentages of Color #ff42ab

%51.83
%13.41
%34.76

CMYK Percentages of Color #ff42ab

%0
%74
%33
%0

Triadic Colors of #ff42ab

#ff42ab #abff42 #42abff

Analogous Colors of #ff42ab

#ff42ab #ff424c #f542ff

Monochromatic Colors of #ff42ab

#ff42ab

Complementary Color

#ff42ab #42ff96

#ff42ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff42ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff42ab Color CSS Codes

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

#ff42ab Text Font Color

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

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


#ff42ab Background Color

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

This div background color is #ff42ab


#ff42ab Border Color

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

This div border color is #ff42ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff42ab


Comments

No comments written yet.

Please login to write comment.