Color Hex Logo

#dd4dcf Color Hex

#DD4DCF
(221,77,207)
0 Favorites   0 Comments

Color spaces of #dd4dcf

RGB 22177207
HSL0.850.680.58
HSV306°65°87°
CMYK 0.000.650.06   0.13
XYZ43.735225.184961.5876
Yxy25.18490.33510.1930
Hunter Lab50.184667.7375-37.6328
CIE-Lab57.255170.2572-39.1002

#dd4dcf color RGB value is (221,77,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001101 11001111
Octal 335 115 317
Decimal 221 77 207
Hex DD 4D CF

RGB Percentages of Color #dd4dcf

%43.76
%15.25
%40.99

CMYK Percentages of Color #dd4dcf

%0
%65
%6
%13

Triadic Colors of #dd4dcf

#dd4dcf #cfdd4d #4dcfdd

Analogous Colors of #dd4dcf

#dd4dcf #dd4d87 #a34ddd

Monochromatic Colors of #dd4dcf

#dd4dcf

Complementary Color

#dd4dcf #4ddd5b

#dd4dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4dcf Color CSS Codes

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

#dd4dcf Text Font Color

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

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


#dd4dcf Background Color

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

This div background color is #dd4dcf


#dd4dcf Border Color

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

This div border color is #dd4dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4dcf


Comments

No comments written yet.

Please login to write comment.