Color Hex Logo

#dd84cb Color Hex

#DD84CB
(221,132,203)
0 Favorites   0 Comments

Color spaces of #dd84cb

RGB 221132203
HSL0.870.570.69
HSV312°40°87°
CMYK 0.000.400.08   0.13
XYZ48.849536.186560.9099
Yxy36.18650.33470.2479
Hunter Lab60.155239.6807-17.9252
CIE-Lab66.662244.2049-22.2722

#dd84cb color RGB value is (221,132,203).

#dd84cb hex color red value is 221, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dd84cb hue: 0.87 , saturation: 0.57 and the lightness value of dd84cb is 0.69.

The process color (four color CMYK) of #dd84cb color hex is 0.00, 0.40, 0.08, 0.13. Web safe color of #dd84cb is #cc99cc. Color #dd84cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000100 11001011
Octal 335 204 313
Decimal 221 132 203
Hex DD 84 CB

RGB Percentages of Color #dd84cb

%39.75
%23.74
%36.51

CMYK Percentages of Color #dd84cb

%0
%40
%8
%13

Triadic Colors of #dd84cb

#dd84cb #cbdd84 #84cbdd

Analogous Colors of #dd84cb

#dd84cb #dd849f #c384dd

Monochromatic Colors of #dd84cb

#dd84cb

Complementary Color

#dd84cb #84dd96

#dd84cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd84cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd84cb Color CSS Codes

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

#dd84cb Text Font Color

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

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


#dd84cb Background Color

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

This div background color is #dd84cb


#dd84cb Border Color

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

This div border color is #dd84cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd84cb


Comments

No comments written yet.

Please login to write comment.