Color Hex Logo

#ffb5dc Color Hex

#FFB5DC
(255,181,220)
0 Favorites   0 Comments

Color spaces of #ffb5dc

RGB 255181220
HSL0.911.000.85
HSV328°29°100°
CMYK 0.000.290.14   0.00
XYZ70.682159.475175.4646
Yxy59.47510.34370.2892
Hunter Lab77.120128.6386-4.0332
CIE-Lab81.552032.5123-8.8005

#ffb5dc color RGB value is (255,181,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110101 11011100
Octal 377 265 334
Decimal 255 181 220
Hex FF B5 DC

RGB Percentages of Color #ffb5dc

%38.87
%27.59
%33.54

CMYK Percentages of Color #ffb5dc

%0
%29
%14
%0

Triadic Colors of #ffb5dc

#ffb5dc #dcffb5 #b5dcff

Analogous Colors of #ffb5dc

#ffb5dc #ffb5b7 #fdb5ff

Monochromatic Colors of #ffb5dc

#ffb5dc

Complementary Color

#ffb5dc #b5ffd8

#ffb5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb5dc Color CSS Codes

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

#ffb5dc Text Font Color

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

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


#ffb5dc Background Color

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

This div background color is #ffb5dc


#ffb5dc Border Color

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

This div border color is #ffb5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb5dc

Related Colors

#ffb5dc Color Palettes


Comments

No comments written yet.

Please login to write comment.