Color Hex Logo

#ff71db Color Hex

#FF71DB
(255,113,219)
0 Favorites   0 Comments

Color spaces of #ff71db

RGB 255113219
HSL0.881.000.72
HSV315°56°100°
CMYK 0.000.560.14   0.00
XYZ59.931338.184771.2295
Yxy38.18470.35390.2255
Hunter Lab61.793864.9809-25.0878
CIE-Lab68.156566.0106-28.5213

#ff71db color RGB value is (255,113,219).

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

The process color (four color CMYK) of #ff71db color hex is 0.00, 0.56, 0.14, 0.00. Web safe color of #ff71db is #ff66cc. Color #ff71db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110001 11011011
Octal 377 161 333
Decimal 255 113 219
Hex FF 71 DB

RGB Percentages of Color #ff71db

%43.44
%19.25
%37.31

CMYK Percentages of Color #ff71db

%0
%56
%14
%0

Triadic Colors of #ff71db

#ff71db #dbff71 #71dbff

Analogous Colors of #ff71db

#ff71db #ff7194 #dc71ff

Monochromatic Colors of #ff71db

#ff71db

Complementary Color

#ff71db #71ff95

#ff71db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff71db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff71db Color CSS Codes

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

#ff71db Text Font Color

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

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


#ff71db Background Color

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

This div background color is #ff71db


#ff71db Border Color

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

This div border color is #ff71db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff71db


Comments

No comments written yet.

Please login to write comment.