Color Hex Logo

#ff84db Color Hex

#FF84DB
(255,132,219)
0 Favorites   0 Comments

Color spaces of #ff84db

RGB 255132219
HSL0.881.000.76
HSV318°48°100°
CMYK 0.000.480.14   0.00
XYZ62.277442.877072.0115
Yxy42.87700.35150.2420
Hunter Lab65.480555.1773-19.3672
CIE-Lab71.471457.2456-23.4390

#ff84db color RGB value is (255,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000100 11011011
Octal 377 204 333
Decimal 255 132 219
Hex FF 84 DB

RGB Percentages of Color #ff84db

%42.08
%21.78
%36.14

CMYK Percentages of Color #ff84db

%0
%48
%14
%0

Triadic Colors of #ff84db

#ff84db #dbff84 #84dbff

Analogous Colors of #ff84db

#ff84db #ff849e #e684ff

Monochromatic Colors of #ff84db

#ff84db

Complementary Color

#ff84db #84ffa8

#ff84db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff84db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff84db Color CSS Codes

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

#ff84db Text Font Color

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

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


#ff84db Background Color

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

This div background color is #ff84db


#ff84db Border Color

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

This div border color is #ff84db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff84db


Comments

No comments written yet.

Please login to write comment.