Color Hex Logo

#dd70ab Color Hex

#DD70AB
(221,112,171)
0 Favorites   0 Comments

Color spaces of #dd70ab

RGB 221112171
HSL0.910.620.65
HSV328°49°87°
CMYK 0.000.490.23   0.13
XYZ42.963629.900842.0351
Yxy29.90080.37390.2602
Hunter Lab54.681644.5554-7.3005
CIE-Lab61.568549.3814-11.8900

#dd70ab color RGB value is (221,112,171).

#dd70ab hex color red value is 221, green value is 112 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dd70ab hue: 0.91 , saturation: 0.62 and the lightness value of dd70ab is 0.65.

The process color (four color CMYK) of #dd70ab color hex is 0.00, 0.49, 0.23, 0.13. Web safe color of #dd70ab is #cc6699. Color #dd70ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110000 10101011
Octal 335 160 253
Decimal 221 112 171
Hex DD 70 AB

RGB Percentages of Color #dd70ab

%43.85
%22.22
%33.93

CMYK Percentages of Color #dd70ab

%0
%49
%23
%13

Triadic Colors of #dd70ab

#dd70ab #abdd70 #70abdd

Analogous Colors of #dd70ab

#dd70ab #dd7075 #d970dd

Monochromatic Colors of #dd70ab

#dd70ab

Complementary Color

#dd70ab #70dda2

#dd70ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd70ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd70ab Color CSS Codes

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

#dd70ab Text Font Color

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

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


#dd70ab Background Color

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

This div background color is #dd70ab


#dd70ab Border Color

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

This div border color is #dd70ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd70ab


Comments

No comments written yet.

Please login to write comment.