Color Hex Logo

#ff64a1 Color Hex

#FF64A1
(255,100,161)
0 Favorites   0 Comments

Color spaces of #ff64a1

RGB 255100161
HSL0.931.000.70
HSV336°61°100°
CMYK 0.000.610.37   0.00
XYZ52.230232.947637.3249
Yxy32.94760.42640.2690
Hunter Lab57.400061.97321.6261
CIE-Lab64.118564.2032-1.8373

#ff64a1 color RGB value is (255,100,161).

#ff64a1 hex color red value is 255, green value is 100 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #ff64a1 hue: 0.93 , saturation: 1.00 and the lightness value of ff64a1 is 0.70.

The process color (four color CMYK) of #ff64a1 color hex is 0.00, 0.61, 0.37, 0.00. Web safe color of #ff64a1 is #ff6699. Color #ff64a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100100 10100001
Octal 377 144 241
Decimal 255 100 161
Hex FF 64 A1

RGB Percentages of Color #ff64a1

%49.42
%19.38
%31.20

CMYK Percentages of Color #ff64a1

%0
%61
%37
%0

Triadic Colors of #ff64a1

#ff64a1 #a1ff64 #64a1ff

Analogous Colors of #ff64a1

#ff64a1 #ff7564 #ff64ef

Monochromatic Colors of #ff64a1

#ff64a1

Complementary Color

#ff64a1 #64ffc2

#ff64a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff64a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff64a1 Color CSS Codes

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

#ff64a1 Text Font Color

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

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


#ff64a1 Background Color

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

This div background color is #ff64a1


#ff64a1 Border Color

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

This div border color is #ff64a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff64a1


Comments

No comments written yet.

Please login to write comment.