Color Hex Logo

#dd2cae Color Hex

#DD2CAE
(221,44,174)
0 Favorites   0 Comments

Color spaces of #dd2cae

RGB 22144174
HSL0.880.720.52
HSV316°80°87°
CMYK 0.000.800.21   0.13
XYZ38.359520.229541.9273
Yxy20.22950.38160.2013
Hunter Lab44.977273.5263-23.7855
CIE-Lab52.095775.9844-28.0978

#dd2cae color RGB value is (221,44,174).

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

The process color (four color CMYK) of #dd2cae color hex is 0.00, 0.80, 0.21, 0.13. Web safe color of #dd2cae is #cc3399. Color #dd2cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101100 10101110
Octal 335 54 256
Decimal 221 44 174
Hex DD 2C AE

RGB Percentages of Color #dd2cae

%50.34
%10.02
%39.64

CMYK Percentages of Color #dd2cae

%0
%80
%21
%13

Triadic Colors of #dd2cae

#dd2cae #aedd2c #2caedd

Analogous Colors of #dd2cae

#dd2cae #dd2c55 #b42cdd

Monochromatic Colors of #dd2cae

#dd2cae

Complementary Color

#dd2cae #2cdd5b

#dd2cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2cae Color CSS Codes

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

#dd2cae Text Font Color

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

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


#dd2cae Background Color

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

This div background color is #dd2cae


#dd2cae Border Color

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

This div border color is #dd2cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2cae


Comments

No comments written yet.

Please login to write comment.