Color Hex Logo

#dd2fae Color Hex

#DD2FAE
(221,47,174)
0 Favorites   0 Comments

Color spaces of #dd2fae

RGB 22147174
HSL0.880.720.53
HSV316°79°87°
CMYK 0.000.790.21   0.13
XYZ38.475320.461241.9659
Yxy20.46120.38130.2028
Hunter Lab45.234172.6694-23.3425
CIE-Lab52.354775.2395-27.6959

#dd2fae color RGB value is (221,47,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101111 10101110
Octal 335 57 256
Decimal 221 47 174
Hex DD 2F AE

RGB Percentages of Color #dd2fae

%50.00
%10.63
%39.37

CMYK Percentages of Color #dd2fae

%0
%79
%21
%13

Triadic Colors of #dd2fae

#dd2fae #aedd2f #2faedd

Analogous Colors of #dd2fae

#dd2fae #dd2f57 #b52fdd

Monochromatic Colors of #dd2fae

#dd2fae

Complementary Color

#dd2fae #2fdd5e

#dd2fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2fae Color CSS Codes

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

#dd2fae Text Font Color

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

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


#dd2fae Background Color

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

This div background color is #dd2fae


#dd2fae Border Color

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

This div border color is #dd2fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,47,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 #dd2fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2fae


Comments

No comments written yet.

Please login to write comment.