Color Hex Logo

#dd67db Color Hex

#DD67DB
(221,103,219)
0 Favorites   0 Comments

Color spaces of #dd67db

RGB 221103219
HSL0.840.630.64
HSV301°53°87°
CMYK 0.000.530.01   0.13
XYZ47.455230.187170.3434
Yxy30.18710.32070.2040
Hunter Lab54.942858.0242-37.4492
CIE-Lab61.815361.2492-38.7314

#dd67db color RGB value is (221,103,219).

#dd67db hex color red value is 221, green value is 103 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dd67db hue: 0.84 , saturation: 0.63 and the lightness value of dd67db is 0.64.

The process color (four color CMYK) of #dd67db color hex is 0.00, 0.53, 0.01, 0.13. Web safe color of #dd67db is #cc66cc. Color #dd67db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100111 11011011
Octal 335 147 333
Decimal 221 103 219
Hex DD 67 DB

RGB Percentages of Color #dd67db

%40.70
%18.97
%40.33

CMYK Percentages of Color #dd67db

%0
%53
%1
%13

Triadic Colors of #dd67db

#dd67db #dbdd67 #67dbdd

Analogous Colors of #dd67db

#dd67db #dd67a0 #a467dd

Monochromatic Colors of #dd67db

#dd67db

Complementary Color

#dd67db #67dd69

#dd67db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd67db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd67db Color CSS Codes

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

#dd67db Text Font Color

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

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


#dd67db Background Color

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

This div background color is #dd67db


#dd67db Border Color

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

This div border color is #dd67db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd67db


Comments

No comments written yet.

Please login to write comment.