Color Hex Logo

#dd48da Color Hex

#DD48DA
(221,72,218)
0 Favorites   0 Comments

Color spaces of #dd48da

RGB 22172218
HSL0.840.690.57
HSV301°67°87°
CMYK 0.000.670.01   0.13
XYZ44.791025.068868.8077
Yxy25.06880.32300.1808
Hunter Lab50.068872.0640-46.4320
CIE-Lab57.142473.8247-45.5208

#dd48da color RGB value is (221,72,218).

#dd48da hex color red value is 221, green value is 72 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dd48da hue: 0.84 , saturation: 0.69 and the lightness value of dd48da is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001000 11011010
Octal 335 110 332
Decimal 221 72 218
Hex DD 48 DA

RGB Percentages of Color #dd48da

%43.25
%14.09
%42.66

CMYK Percentages of Color #dd48da

%0
%67
%1
%13

Triadic Colors of #dd48da

#dd48da #dadd48 #48dadd

Analogous Colors of #dd48da

#dd48da #dd4890 #9648dd

Monochromatic Colors of #dd48da

#dd48da

Complementary Color

#dd48da #48dd4b

#dd48da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd48da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd48da Color CSS Codes

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

#dd48da Text Font Color

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

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


#dd48da Background Color

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

This div background color is #dd48da


#dd48da Border Color

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

This div border color is #dd48da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd48da


Comments

No comments written yet.

Please login to write comment.