Color Hex Logo

#dd94cd Color Hex

#DD94CD
(221,148,205)
0 Favorites   0 Comments

Color spaces of #dd94cd

RGB 221148205
HSL0.870.520.72
HSV313°33°87°
CMYK 0.000.330.07   0.13
XYZ51.428140.959762.9531
Yxy40.95970.33110.2637
Hunter Lab63.999831.4371-13.5205
CIE-Lab70.147736.1079-18.0851

#dd94cd color RGB value is (221,148,205).

#dd94cd hex color red value is 221, green value is 148 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dd94cd hue: 0.87 , saturation: 0.52 and the lightness value of dd94cd is 0.72.

The process color (four color CMYK) of #dd94cd color hex is 0.00, 0.33, 0.07, 0.13. Web safe color of #dd94cd is #cc99cc. Color #dd94cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010100 11001101
Octal 335 224 315
Decimal 221 148 205
Hex DD 94 CD

RGB Percentages of Color #dd94cd

%38.50
%25.78
%35.71

CMYK Percentages of Color #dd94cd

%0
%33
%7
%13

Triadic Colors of #dd94cd

#dd94cd #cddd94 #94cddd

Analogous Colors of #dd94cd

#dd94cd #dd94a9 #c994dd

Monochromatic Colors of #dd94cd

#dd94cd

Complementary Color

#dd94cd #94dda4

#dd94cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd94cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd94cd Color CSS Codes

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

#dd94cd Text Font Color

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

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


#dd94cd Background Color

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

This div background color is #dd94cd


#dd94cd Border Color

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

This div border color is #dd94cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd94cd


Comments

No comments written yet.

Please login to write comment.