Color Hex Logo

#dd08db Color Hex

#DD08DB
(221,8,219)
0 Favorites   0 Comments

Color spaces of #dd08db

RGB 2218219
HSL0.830.930.45
HSV301°96°87°
CMYK 0.000.960.01   0.13
XYZ42.691820.660368.7556
Yxy20.66030.32320.1564
Hunter Lab45.453688.1104-57.8678
CIE-Lab52.575787.3327-53.3511

#dd08db color RGB value is (221,8,219).

#dd08db hex color red value is 221, green value is 8 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dd08db hue: 0.83 , saturation: 0.93 and the lightness value of dd08db is 0.45.

The process color (four color CMYK) of #dd08db color hex is 0.00, 0.96, 0.01, 0.13. Web safe color of #dd08db is #cc00cc. Color #dd08db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001000 11011011
Octal 335 10 333
Decimal 221 8 219
Hex DD 8 DB

RGB Percentages of Color #dd08db

%49.33
%1.79
%48.88

CMYK Percentages of Color #dd08db

%0
%96
%1
%13

Triadic Colors of #dd08db

#dd08db #dbdd08 #08dbdd

Analogous Colors of #dd08db

#dd08db #dd0871 #7508dd

Monochromatic Colors of #dd08db

#dd08db

Complementary Color

#dd08db #08dd0a

#dd08db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd08db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd08db Color CSS Codes

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

#dd08db Text Font Color

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

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


#dd08db Background Color

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

This div background color is #dd08db


#dd08db Border Color

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

This div border color is #dd08db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd08db


Comments

No comments written yet.

Please login to write comment.