Color Hex Logo

#dd4dce Color Hex

#DD4DCE
(221,77,206)
0 Favorites   0 Comments

Color spaces of #dd4dce

RGB 22177206
HSL0.850.680.58
HSV306°65°87°
CMYK 0.000.650.07   0.13
XYZ43.613225.136160.9456
Yxy25.13610.33630.1938
Hunter Lab50.135967.5392-36.9782
CIE-Lab57.207870.1020-38.6051

#dd4dce color RGB value is (221,77,206).

#dd4dce hex color red value is 221, green value is 77 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dd4dce hue: 0.85 , saturation: 0.68 and the lightness value of dd4dce is 0.58.

The process color (four color CMYK) of #dd4dce color hex is 0.00, 0.65, 0.07, 0.13. Web safe color of #dd4dce is #cc66cc. Color #dd4dce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001101 11001110
Octal 335 115 316
Decimal 221 77 206
Hex DD 4D CE

RGB Percentages of Color #dd4dce

%43.85
%15.28
%40.87

CMYK Percentages of Color #dd4dce

%0
%65
%7
%13

Triadic Colors of #dd4dce

#dd4dce #cedd4d #4dcedd

Analogous Colors of #dd4dce

#dd4dce #dd4d86 #a44ddd

Monochromatic Colors of #dd4dce

#dd4dce

Complementary Color

#dd4dce #4ddd5c

#dd4dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4dce Color CSS Codes

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

#dd4dce Text Font Color

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

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


#dd4dce Background Color

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

This div background color is #dd4dce


#dd4dce Border Color

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

This div border color is #dd4dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4dce


Comments

No comments written yet.

Please login to write comment.