Color Hex Logo

#dd6fdb Color Hex

#DD6FDB
(221,111,219)
0 Favorites   0 Comments

Color spaces of #dd6fdb

RGB 221111219
HSL0.840.620.65
HSV301°50°87°
CMYK 0.000.500.01   0.13
XYZ48.289431.855570.6214
Yxy31.85550.32030.2113
Hunter Lab56.440753.9495-34.6781
CIE-Lab63.223357.4912-36.5314

#dd6fdb color RGB value is (221,111,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101111 11011011
Octal 335 157 333
Decimal 221 111 219
Hex DD 6F DB

RGB Percentages of Color #dd6fdb

%40.11
%20.15
%39.75

CMYK Percentages of Color #dd6fdb

%0
%50
%1
%13

Triadic Colors of #dd6fdb

#dd6fdb #dbdd6f #6fdbdd

Analogous Colors of #dd6fdb

#dd6fdb #dd6fa4 #a86fdd

Monochromatic Colors of #dd6fdb

#dd6fdb

Complementary Color

#dd6fdb #6fdd71

#dd6fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6fdb Color CSS Codes

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

#dd6fdb Text Font Color

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

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


#dd6fdb Background Color

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

This div background color is #dd6fdb


#dd6fdb Border Color

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

This div border color is #dd6fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6fdb


Comments

No comments written yet.

Please login to write comment.