Color Hex Logo

#dd19bc Color Hex

#DD19BC
(221,25,188)
0 Favorites   0 Comments

Color spaces of #dd19bc

RGB 22125188
HSL0.860.800.48
HSV310°89°87°
CMYK 0.000.890.15   0.13
XYZ39.243519.698349.3107
Yxy19.69830.36250.1820
Hunter Lab44.382880.1609-34.8052
CIE-Lab51.494481.3932-37.2183

#dd19bc color RGB value is (221,25,188).

#dd19bc hex color red value is 221, green value is 25 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dd19bc hue: 0.86 , saturation: 0.80 and the lightness value of dd19bc is 0.48.

The process color (four color CMYK) of #dd19bc color hex is 0.00, 0.89, 0.15, 0.13. Web safe color of #dd19bc is #cc00cc. Color #dd19bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011001 10111100
Octal 335 31 274
Decimal 221 25 188
Hex DD 19 BC

RGB Percentages of Color #dd19bc

%50.92
%5.76
%43.32

CMYK Percentages of Color #dd19bc

%0
%89
%15
%13

Triadic Colors of #dd19bc

#dd19bc #bcdd19 #19bcdd

Analogous Colors of #dd19bc

#dd19bc #dd195a #9c19dd

Monochromatic Colors of #dd19bc

#dd19bc

Complementary Color

#dd19bc #19dd3a

#dd19bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd19bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd19bc Color CSS Codes

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

#dd19bc Text Font Color

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

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


#dd19bc Background Color

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

This div background color is #dd19bc


#dd19bc Border Color

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

This div border color is #dd19bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd19bc


Comments

No comments written yet.

Please login to write comment.