Color Hex Logo

#ffb7dc Color Hex

#FFB7DC
(255,183,220)
0 Favorites   0 Comments

Color spaces of #ffb7dc

RGB 255183220
HSL0.911.000.86
HSV329°28°100°
CMYK 0.000.280.14   0.00
XYZ71.091860.294375.6012
Yxy60.29430.34350.2913
Hunter Lab77.649427.5390-3.3715
CIE-Lab81.997931.4641-8.1385

#ffb7dc color RGB value is (255,183,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110111 11011100
Octal 377 267 334
Decimal 255 183 220
Hex FF B7 DC

RGB Percentages of Color #ffb7dc

%38.75
%27.81
%33.43

CMYK Percentages of Color #ffb7dc

%0
%28
%14
%0

Triadic Colors of #ffb7dc

#ffb7dc #dcffb7 #b7dcff

Analogous Colors of #ffb7dc

#ffb7dc #ffb7b8 #feb7ff

Monochromatic Colors of #ffb7dc

#ffb7dc

Complementary Color

#ffb7dc #b7ffda

#ffb7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb7dc Color CSS Codes

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

#ffb7dc Text Font Color

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

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


#ffb7dc Background Color

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

This div background color is #ffb7dc


#ffb7dc Border Color

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

This div border color is #ffb7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb7dc


Comments

No comments written yet.

Please login to write comment.