Color Hex Logo

#d646dd Color Hex

#D646DD
(214,70,221)
0 Favorites   0 Comments

Color spaces of #d646dd

RGB 21470221
HSL0.830.690.57
HSV297°68°87°
CMYK 0.030.680.00   0.13
XYZ42.972923.896970.7543
Yxy23.89690.31220.1736
Hunter Lab48.884571.3663-51.5959
CIE-Lab55.984473.4785-49.1207

#d646dd color RGB value is (214,70,221).

#d646dd hex color red value is 214, green value is 70 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d646dd hue: 0.83 , saturation: 0.69 and the lightness value of d646dd is 0.57.

The process color (four color CMYK) of #d646dd color hex is 0.03, 0.68, 0.00, 0.13. Web safe color of #d646dd is #cc33cc. Color #d646dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000110 11011101
Octal 326 106 335
Decimal 214 70 221
Hex D6 46 DD

RGB Percentages of Color #d646dd

%42.38
%13.86
%43.76

CMYK Percentages of Color #d646dd

%3
%68
%0
%13

Triadic Colors of #d646dd

#d646dd #ddd646 #46ddd6

Analogous Colors of #d646dd

#d646dd #dd4699 #8b46dd

Monochromatic Colors of #d646dd

#d646dd

Complementary Color

#d646dd #4ddd46

#d646dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d646dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d646dd Color CSS Codes

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

#d646dd Text Font Color

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

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


#d646dd Background Color

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

This div background color is #d646dd


#d646dd Border Color

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

This div border color is #d646dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d646dd


Comments

No comments written yet.

Please login to write comment.