Color Hex Logo

#d67add Color Hex

#D67ADD
(214,122,221)
0 Favorites   0 Comments

Color spaces of #d67add

RGB 214122221
HSL0.820.590.67
HSV296°45°87°
CMYK 0.030.450.00   0.13
XYZ47.742233.435772.3440
Yxy33.43570.31100.2178
Hunter Lab57.823646.1876-33.7021
CIE-Lab64.512250.4229-35.7055

#d67add color RGB value is (214,122,221).

#d67add hex color red value is 214, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d67add hue: 0.82 , saturation: 0.59 and the lightness value of d67add is 0.67.

The process color (four color CMYK) of #d67add color hex is 0.03, 0.45, 0.00, 0.13. Web safe color of #d67add is #cc66cc. Color #d67add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111010 11011101
Octal 326 172 335
Decimal 214 122 221
Hex D6 7A DD

RGB Percentages of Color #d67add

%38.42
%21.90
%39.68

CMYK Percentages of Color #d67add

%3
%45
%0
%13

Triadic Colors of #d67add

#d67add #ddd67a #7addd6

Analogous Colors of #d67add

#d67add #dd7ab3 #a57add

Monochromatic Colors of #d67add

#d67add

Complementary Color

#d67add #81dd7a

#d67add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67add Color CSS Codes

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

#d67add Text Font Color

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

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


#d67add Background Color

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

This div background color is #d67add


#d67add Border Color

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

This div border color is #d67add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67add


Comments

No comments written yet.

Please login to write comment.