Color Hex Logo

#dd4adf Color Hex

#DD4ADF
(221,74,223)
0 Favorites   0 Comments

Color spaces of #dd4adf

RGB 22174223
HSL0.830.700.58
HSV299°67°87°
CMYK 0.010.670.00   0.13
XYZ45.586925.597472.3501
Yxy25.59740.31760.1783
Hunter Lab50.593972.2956-49.3700
CIE-Lab57.652973.9153-47.5367

#dd4adf color RGB value is (221,74,223).

#dd4adf hex color red value is 221, green value is 74 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dd4adf hue: 0.83 , saturation: 0.70 and the lightness value of dd4adf is 0.58.

The process color (four color CMYK) of #dd4adf color hex is 0.01, 0.67, 0.00, 0.13. Web safe color of #dd4adf is #cc33cc. Color #dd4adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001010 11011111
Octal 335 112 337
Decimal 221 74 223
Hex DD 4A DF

RGB Percentages of Color #dd4adf

%42.66
%14.29
%43.05

CMYK Percentages of Color #dd4adf

%1
%67
%0
%13

Triadic Colors of #dd4adf

#dd4adf #dfdd4a #4adfdd

Analogous Colors of #dd4adf

#dd4adf #df4a97 #934adf

Monochromatic Colors of #dd4adf

#dd4adf

Complementary Color

#dd4adf #4cdf4a

#dd4adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4adf Color CSS Codes

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

#dd4adf Text Font Color

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

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


#dd4adf Background Color

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

This div background color is #dd4adf


#dd4adf Border Color

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

This div border color is #dd4adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4adf


Comments

No comments written yet.

Please login to write comment.