Color Hex Logo

#dd84cc Color Hex

#DD84CC
(221,132,204)
0 Favorites   0 Comments

Color spaces of #dd84cc

RGB 221132204
HSL0.870.570.69
HSV311°40°87°
CMYK 0.000.400.08   0.13
XYZ48.969136.234361.5397
Yxy36.23430.33370.2469
Hunter Lab60.194939.8702-18.4781
CIE-Lab66.698644.3747-22.7755

#dd84cc color RGB value is (221,132,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000100 11001100
Octal 335 204 314
Decimal 221 132 204
Hex DD 84 CC

RGB Percentages of Color #dd84cc

%39.68
%23.70
%36.62

CMYK Percentages of Color #dd84cc

%0
%40
%8
%13

Triadic Colors of #dd84cc

#dd84cc #ccdd84 #84ccdd

Analogous Colors of #dd84cc

#dd84cc #dd84a0 #c284dd

Monochromatic Colors of #dd84cc

#dd84cc

Complementary Color

#dd84cc #84dd95

#dd84cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd84cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd84cc Color CSS Codes

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

#dd84cc Text Font Color

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

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


#dd84cc Background Color

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

This div background color is #dd84cc


#dd84cc Border Color

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

This div border color is #dd84cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd84cc


Comments

No comments written yet.

Please login to write comment.