Color Hex Logo

#dd03bd Color Hex

#DD03BD
(221,3,189)
0 Favorites   0 Comments

Color spaces of #dd03bd

RGB 2213189
HSL0.860.970.44
HSV309°99°87°
CMYK 0.000.990.14   0.13
XYZ39.036719.111449.7755
Yxy19.11140.36170.1771
Hunter Lab43.716682.8874-36.9057
CIE-Lab50.817383.6565-38.8668

#dd03bd color RGB value is (221,3,189).

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

The process color (four color CMYK) of #dd03bd color hex is 0.00, 0.99, 0.14, 0.13. Web safe color of #dd03bd is #cc00cc. Color #dd03bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000011 10111101
Octal 335 3 275
Decimal 221 3 189
Hex DD 3 BD

RGB Percentages of Color #dd03bd

%53.51
%0.73
%45.76

CMYK Percentages of Color #dd03bd

%0
%99
%14
%13

Triadic Colors of #dd03bd

#dd03bd #bddd03 #03bddd

Analogous Colors of #dd03bd

#dd03bd #dd0350 #9003dd

Monochromatic Colors of #dd03bd

#dd03bd

Complementary Color

#dd03bd #03dd23

#dd03bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd03bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd03bd Color CSS Codes

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

#dd03bd Text Font Color

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

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


#dd03bd Background Color

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

This div background color is #dd03bd


#dd03bd Border Color

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

This div border color is #dd03bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd03bd


Comments

No comments written yet.

Please login to write comment.