Color Hex Logo

#ff84fa Color Hex

#FF84FA
(255,132,250)
0 Favorites   0 Comments

Color spaces of #ff84fa

RGB 255132250
HSL0.841.000.76
HSV302°48°100°
CMYK 0.000.480.02   0.00
XYZ66.746644.664795.5457
Yxy44.66470.32250.2158
Hunter Lab66.831761.3174-37.9816
CIE-Lab72.670662.2261-38.5954

#ff84fa color RGB value is (255,132,250).

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

The process color (four color CMYK) of #ff84fa color hex is 0.00, 0.48, 0.02, 0.00. Web safe color of #ff84fa is #ff99ff. Color #ff84fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000100 11111010
Octal 377 204 372
Decimal 255 132 250
Hex FF 84 FA

RGB Percentages of Color #ff84fa

%40.03
%20.72
%39.25

CMYK Percentages of Color #ff84fa

%0
%48
%2
%0

Triadic Colors of #ff84fa

#ff84fa #faff84 #84faff

Analogous Colors of #ff84fa

#ff84fa #ff84bd #c784ff

Monochromatic Colors of #ff84fa

#ff84fa

Complementary Color

#ff84fa #84ff89

#ff84fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff84fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff84fa Color CSS Codes

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

#ff84fa Text Font Color

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

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


#ff84fa Background Color

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

This div background color is #ff84fa


#ff84fa Border Color

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

This div border color is #ff84fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff84fa

Related Colors

#ff84fa Color Palettes


Comments

No comments written yet.

Please login to write comment.