Color Hex Logo

#dd2faf Color Hex

#DD2FAF
(221,47,175)
0 Favorites   0 Comments

Color spaces of #dd2faf

RGB 22147175
HSL0.880.720.53
HSV316°79°87°
CMYK 0.000.790.21   0.13
XYZ38.573220.500342.4814
Yxy20.50030.37980.2019
Hunter Lab45.277372.8349-23.9348
CIE-Lab52.398275.3654-28.2145

#dd2faf color RGB value is (221,47,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101111 10101111
Octal 335 57 257
Decimal 221 47 175
Hex DD 2F AF

RGB Percentages of Color #dd2faf

%49.89
%10.61
%39.50

CMYK Percentages of Color #dd2faf

%0
%79
%21
%13

Triadic Colors of #dd2faf

#dd2faf #afdd2f #2fafdd

Analogous Colors of #dd2faf

#dd2faf #dd2f58 #b42fdd

Monochromatic Colors of #dd2faf

#dd2faf

Complementary Color

#dd2faf #2fdd5d

#dd2faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2faf Color CSS Codes

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

#dd2faf Text Font Color

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

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


#dd2faf Background Color

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

This div background color is #dd2faf


#dd2faf Border Color

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

This div border color is #dd2faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2faf


Comments

No comments written yet.

Please login to write comment.