Color Hex Logo

#ffb4df Color Hex

#FFB4DF
(255,180,223)
0 Favorites   0 Comments

Color spaces of #ffb4df

RGB 255180223
HSL0.901.000.85
HSV326°29°100°
CMYK 0.000.290.13   0.00
XYZ70.880559.230277.5088
Yxy59.23020.34140.2853
Hunter Lab76.961229.7148-5.8391
CIE-Lab81.418033.5137-10.6156

#ffb4df color RGB value is (255,180,223).

#ffb4df hex color red value is 255, green value is 180 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ffb4df hue: 0.90 , saturation: 1.00 and the lightness value of ffb4df is 0.85.

The process color (four color CMYK) of #ffb4df color hex is 0.00, 0.29, 0.13, 0.00. Web safe color of #ffb4df is #ffcccc. Color #ffb4df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110100 11011111
Octal 377 264 337
Decimal 255 180 223
Hex FF B4 DF

RGB Percentages of Color #ffb4df

%38.75
%27.36
%33.89

CMYK Percentages of Color #ffb4df

%0
%29
%13
%0

Triadic Colors of #ffb4df

#ffb4df #dfffb4 #b4dfff

Analogous Colors of #ffb4df

#ffb4df #ffb4ba #fab4ff

Monochromatic Colors of #ffb4df

#ffb4df

Complementary Color

#ffb4df #b4ffd4

#ffb4df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb4df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb4df Color CSS Codes

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

#ffb4df Text Font Color

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

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


#ffb4df Background Color

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

This div background color is #ffb4df


#ffb4df Border Color

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

This div border color is #ffb4df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb4df


Comments

No comments written yet.

Please login to write comment.