Color Hex Logo

#dd8fbc Color Hex

#DD8FBC
(221,143,188)
0 Favorites   0 Comments

Color spaces of #dd8fbc

RGB 221143188
HSL0.900.530.71
HSV325°35°87°
CMYK 0.000.350.15   0.13
XYZ48.718438.647952.4690
Yxy38.64790.34840.2764
Hunter Lab62.167431.0911-6.5233
CIE-Lab68.495435.9443-11.1175

#dd8fbc color RGB value is (221,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001111 10111100
Octal 335 217 274
Decimal 221 143 188
Hex DD 8F BC

RGB Percentages of Color #dd8fbc

%40.04
%25.91
%34.06

CMYK Percentages of Color #dd8fbc

%0
%35
%15
%13

Triadic Colors of #dd8fbc

#dd8fbc #bcdd8f #8fbcdd

Analogous Colors of #dd8fbc

#dd8fbc #dd8f95 #d78fdd

Monochromatic Colors of #dd8fbc

#dd8fbc

Complementary Color

#dd8fbc #8fddb0

#dd8fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8fbc Color CSS Codes

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

#dd8fbc Text Font Color

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

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


#dd8fbc Background Color

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

This div background color is #dd8fbc


#dd8fbc Border Color

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

This div border color is #dd8fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8fbc


Comments

No comments written yet.

Please login to write comment.