Color Hex Logo

#dd6ad7 Color Hex

#DD6AD7
(221,106,215)
0 Favorites   0 Comments

Color spaces of #dd6ad7

RGB 221106215
HSL0.840.630.64
HSV303°52°87°
CMYK 0.000.520.03   0.13
XYZ47.238630.586567.7040
Yxy30.58650.32460.2102
Hunter Lab55.305155.6812-33.8688
CIE-Lab62.157059.1720-35.9523

#dd6ad7 color RGB value is (221,106,215).

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

The process color (four color CMYK) of #dd6ad7 color hex is 0.00, 0.52, 0.03, 0.13. Web safe color of #dd6ad7 is #cc66cc. Color #dd6ad7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101010 11010111
Octal 335 152 327
Decimal 221 106 215
Hex DD 6A D7

RGB Percentages of Color #dd6ad7

%40.77
%19.56
%39.67

CMYK Percentages of Color #dd6ad7

%0
%52
%3
%13

Triadic Colors of #dd6ad7

#dd6ad7 #d7dd6a #6ad7dd

Analogous Colors of #dd6ad7

#dd6ad7 #dd6a9e #aa6add

Monochromatic Colors of #dd6ad7

#dd6ad7

Complementary Color

#dd6ad7 #6add70

#dd6ad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6ad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6ad7 Color CSS Codes

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

#dd6ad7 Text Font Color

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

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


#dd6ad7 Background Color

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

This div background color is #dd6ad7


#dd6ad7 Border Color

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

This div border color is #dd6ad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6ad7


Comments

No comments written yet.

Please login to write comment.