Color Hex Logo

#dd2baf Color Hex

#DD2BAF
(221,43,175)
0 Favorites   0 Comments

Color spaces of #dd2baf

RGB 22143175
HSL0.880.720.52
HSV316°81°87°
CMYK 0.000.810.21   0.13
XYZ38.420520.195142.4305
Yxy20.19510.38020.1999
Hunter Lab44.939073.9651-24.5232
CIE-Lab52.057176.3466-28.7442

#dd2baf color RGB value is (221,43,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101011 10101111
Octal 335 53 257
Decimal 221 43 175
Hex DD 2B AF

RGB Percentages of Color #dd2baf

%50.34
%9.79
%39.86

CMYK Percentages of Color #dd2baf

%0
%81
%21
%13

Triadic Colors of #dd2baf

#dd2baf #afdd2b #2bafdd

Analogous Colors of #dd2baf

#dd2baf #dd2b56 #b22bdd

Monochromatic Colors of #dd2baf

#dd2baf

Complementary Color

#dd2baf #2bdd59

#dd2baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2baf Color CSS Codes

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

#dd2baf Text Font Color

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

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


#dd2baf Background Color

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

This div background color is #dd2baf


#dd2baf Border Color

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

This div border color is #dd2baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2baf


Comments

No comments written yet.

Please login to write comment.