Color Hex Logo

#dd07da Color Hex

#DD07DA
(221,7,218)
0 Favorites   0 Comments

Color spaces of #dd07da

RGB 2217218
HSL0.840.940.45
HSV301°97°87°
CMYK 0.000.970.01   0.13
XYZ42.549720.586168.0606
Yxy20.58610.32430.1569
Hunter Lab45.371987.9962-57.1782
CIE-Lab52.493587.2617-52.9127

#dd07da color RGB value is (221,7,218).

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

The process color (four color CMYK) of #dd07da color hex is 0.00, 0.97, 0.01, 0.13. Web safe color of #dd07da is #cc00cc. Color #dd07da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000111 11011010
Octal 335 7 332
Decimal 221 7 218
Hex DD 7 DA

RGB Percentages of Color #dd07da

%49.55
%1.57
%48.88

CMYK Percentages of Color #dd07da

%0
%97
%1
%13

Triadic Colors of #dd07da

#dd07da #dadd07 #07dadd

Analogous Colors of #dd07da

#dd07da #dd076f #7507dd

Monochromatic Colors of #dd07da

#dd07da

Complementary Color

#dd07da #07dd0a

#dd07da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd07da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd07da Color CSS Codes

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

#dd07da Text Font Color

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

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


#dd07da Background Color

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

This div background color is #dd07da


#dd07da Border Color

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

This div border color is #dd07da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd07da


Comments

No comments written yet.

Please login to write comment.