Color Hex Logo

#dd07ab Color Hex

#DD07AB
(221,7,171)
0 Favorites   0 Comments

Color spaces of #dd07ab

RGB 2217171
HSL0.870.940.45
HSV314°97°87°
CMYK 0.000.970.23   0.13
XYZ37.245518.464440.1290
Yxy18.46440.38860.1927
Hunter Lab42.970279.5214-25.2905
CIE-Lab50.054681.1702-29.5062

#dd07ab color RGB value is (221,7,171).

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

The process color (four color CMYK) of #dd07ab color hex is 0.00, 0.97, 0.23, 0.13. Web safe color of #dd07ab is #cc0099. Color #dd07ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000111 10101011
Octal 335 7 253
Decimal 221 7 171
Hex DD 7 AB

RGB Percentages of Color #dd07ab

%55.39
%1.75
%42.86

CMYK Percentages of Color #dd07ab

%0
%97
%23
%13

Triadic Colors of #dd07ab

#dd07ab #abdd07 #07abdd

Analogous Colors of #dd07ab

#dd07ab #dd0740 #a407dd

Monochromatic Colors of #dd07ab

#dd07ab

Complementary Color

#dd07ab #07dd39

#dd07ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd07ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd07ab Color CSS Codes

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

#dd07ab Text Font Color

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

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


#dd07ab Background Color

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

This div background color is #dd07ab


#dd07ab Border Color

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

This div border color is #dd07ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd07ab


Comments

No comments written yet.

Please login to write comment.