Color Hex Logo

#dd23bd Color Hex

#DD23BD
(221,35,189)
0 Favorites   0 Comments

Color spaces of #dd23bd

RGB 22135189
HSL0.860.730.50
HSV310°84°87°
CMYK 0.000.840.14   0.13
XYZ39.605120.248349.9650
Yxy20.24830.36060.1844
Hunter Lab44.998178.3601-34.3357
CIE-Lab52.116879.8504-36.8215

#dd23bd color RGB value is (221,35,189).

#dd23bd hex color red value is 221, green value is 35 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dd23bd hue: 0.86 , saturation: 0.73 and the lightness value of dd23bd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100011 10111101
Octal 335 43 275
Decimal 221 35 189
Hex DD 23 BD

RGB Percentages of Color #dd23bd

%49.66
%7.87
%42.47

CMYK Percentages of Color #dd23bd

%0
%84
%14
%13

Triadic Colors of #dd23bd

#dd23bd #bddd23 #23bddd

Analogous Colors of #dd23bd

#dd23bd #dd2360 #a023dd

Monochromatic Colors of #dd23bd

#dd23bd

Complementary Color

#dd23bd #23dd43

#dd23bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd23bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd23bd Color CSS Codes

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

#dd23bd Text Font Color

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

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


#dd23bd Background Color

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

This div background color is #dd23bd


#dd23bd Border Color

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

This div border color is #dd23bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd23bd


Comments

No comments written yet.

Please login to write comment.