Color Hex Logo

#dd98bc Color Hex

#DD98BC
(221,152,188)
0 Favorites   0 Comments

Color spaces of #dd98bc

RGB 221152188
HSL0.910.500.73
HSV329°31°87°
CMYK 0.000.310.15   0.13
XYZ50.124141.459552.9376
Yxy41.45950.34680.2869
Hunter Lab64.389126.2737-3.6731
CIE-Lab70.496731.1305-8.1326

#dd98bc color RGB value is (221,152,188).

#dd98bc hex color red value is 221, green value is 152 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dd98bc hue: 0.91 , saturation: 0.50 and the lightness value of dd98bc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011000 10111100
Octal 335 230 274
Decimal 221 152 188
Hex DD 98 BC

RGB Percentages of Color #dd98bc

%39.39
%27.09
%33.51

CMYK Percentages of Color #dd98bc

%0
%31
%15
%13

Triadic Colors of #dd98bc

#dd98bc #bcdd98 #98bcdd

Analogous Colors of #dd98bc

#dd98bc #dd989a #dc98dd

Monochromatic Colors of #dd98bc

#dd98bc

Complementary Color

#dd98bc #98ddb9

#dd98bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd98bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd98bc Color CSS Codes

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

#dd98bc Text Font Color

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

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


#dd98bc Background Color

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

This div background color is #dd98bc


#dd98bc Border Color

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

This div border color is #dd98bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd98bc


Comments

No comments written yet.

Please login to write comment.