Color Hex Logo

#dd67cd Color Hex

#DD67CD
(221,103,205)
0 Favorites   0 Comments

Color spaces of #dd67cd

RGB 221103205
HSL0.860.630.64
HSV308°53°87°
CMYK 0.000.530.07   0.13
XYZ45.688529.480461.0398
Yxy29.48040.33540.2164
Hunter Lab54.295955.1852-28.6472
CIE-Lab61.203358.9025-31.8011

#dd67cd color RGB value is (221,103,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100111 11001101
Octal 335 147 315
Decimal 221 103 205
Hex DD 67 CD

RGB Percentages of Color #dd67cd

%41.78
%19.47
%38.75

CMYK Percentages of Color #dd67cd

%0
%53
%7
%13

Triadic Colors of #dd67cd

#dd67cd #cddd67 #67cddd

Analogous Colors of #dd67cd

#dd67cd #dd6792 #b267dd

Monochromatic Colors of #dd67cd

#dd67cd

Complementary Color

#dd67cd #67dd77

#dd67cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd67cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd67cd Color CSS Codes

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

#dd67cd Text Font Color

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

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


#dd67cd Background Color

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

This div background color is #dd67cd


#dd67cd Border Color

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

This div border color is #dd67cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd67cd


Comments

No comments written yet.

Please login to write comment.