Color Hex Logo

#dd8fbb Color Hex

#DD8FBB
(221,143,187)
0 Favorites   0 Comments

Color spaces of #dd8fbb

RGB 221143187
HSL0.910.530.71
HSV326°35°87°
CMYK 0.000.350.15   0.13
XYZ48.610938.604951.9031
Yxy38.60490.34940.2775
Hunter Lab62.132830.9207-6.0353
CIE-Lab68.464135.7849-10.6058

#dd8fbb color RGB value is (221,143,187).

#dd8fbb hex color red value is 221, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dd8fbb hue: 0.91 , saturation: 0.53 and the lightness value of dd8fbb is 0.71.

The process color (four color CMYK) of #dd8fbb color hex is 0.00, 0.35, 0.15, 0.13. Web safe color of #dd8fbb is #cc99cc. Color #dd8fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001111 10111011
Octal 335 217 273
Decimal 221 143 187
Hex DD 8F BB

RGB Percentages of Color #dd8fbb

%40.11
%25.95
%33.94

CMYK Percentages of Color #dd8fbb

%0
%35
%15
%13

Triadic Colors of #dd8fbb

#dd8fbb #bbdd8f #8fbbdd

Analogous Colors of #dd8fbb

#dd8fbb #dd8f94 #d88fdd

Monochromatic Colors of #dd8fbb

#dd8fbb

Complementary Color

#dd8fbb #8fddb1

#dd8fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8fbb Color CSS Codes

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

#dd8fbb Text Font Color

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

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


#dd8fbb Background Color

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

This div background color is #dd8fbb


#dd8fbb Border Color

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

This div border color is #dd8fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,143,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd8fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd8fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #dd8fbb;
  box-shadow:         1px 1px 3px 2px #dd8fbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,143,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8fbb


Comments

No comments written yet.

Please login to write comment.