Color Hex Logo

#ff84bf Color Hex

#FF84BF
(255,132,191)
0 Favorites   0 Comments

Color spaces of #ff84bf

RGB 255132191
HSL0.921.000.76
HSV331°48°100°
CMYK 0.000.480.25   0.00
XYZ58.895241.524154.2011
Yxy41.52410.38090.2686
Hunter Lab64.439250.3742-4.7626
CIE-Lab70.541653.2451-9.2965

#ff84bf color RGB value is (255,132,191).

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

The process color (four color CMYK) of #ff84bf color hex is 0.00, 0.48, 0.25, 0.00. Web safe color of #ff84bf is #ff99cc. Color #ff84bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000100 10111111
Octal 377 204 277
Decimal 255 132 191
Hex FF 84 BF

RGB Percentages of Color #ff84bf

%44.12
%22.84
%33.04

CMYK Percentages of Color #ff84bf

%0
%48
%25
%0

Triadic Colors of #ff84bf

#ff84bf #bfff84 #84bfff

Analogous Colors of #ff84bf

#ff84bf #ff8784 #ff84fd

Monochromatic Colors of #ff84bf

#ff84bf

Complementary Color

#ff84bf #84ffc4

#ff84bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff84bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff84bf Color CSS Codes

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

#ff84bf Text Font Color

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

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


#ff84bf Background Color

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

This div background color is #ff84bf


#ff84bf Border Color

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

This div border color is #ff84bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff84bf


Comments

No comments written yet.

Please login to write comment.