Color Hex Logo

#dd4abd Color Hex

#DD4ABD
(221,74,189)
0 Favorites   0 Comments

Color spaces of #dd4abd

RGB 22174189
HSL0.870.680.58
HSV313°67°87°
CMYK 0.000.670.14   0.13
XYZ41.452923.943850.5809
Yxy23.94380.35740.2065
Hunter Lab48.932465.5839-27.0348
CIE-Lab56.031568.6966-30.7033

#dd4abd color RGB value is (221,74,189).

#dd4abd hex color red value is 221, green value is 74 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dd4abd hue: 0.87 , saturation: 0.68 and the lightness value of dd4abd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001010 10111101
Octal 335 112 275
Decimal 221 74 189
Hex DD 4A BD

RGB Percentages of Color #dd4abd

%45.66
%15.29
%39.05

CMYK Percentages of Color #dd4abd

%0
%67
%14
%13

Triadic Colors of #dd4abd

#dd4abd #bddd4a #4abddd

Analogous Colors of #dd4abd

#dd4abd #dd4a74 #b44add

Monochromatic Colors of #dd4abd

#dd4abd

Complementary Color

#dd4abd #4add6a

#dd4abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4abd Color CSS Codes

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

#dd4abd Text Font Color

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

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


#dd4abd Background Color

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

This div background color is #dd4abd


#dd4abd Border Color

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

This div border color is #dd4abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4abd


Comments

No comments written yet.

Please login to write comment.