Color Hex Logo

#d68add Color Hex

#D68ADD
(214,138,221)
0 Favorites   0 Comments

Color spaces of #d68add

RGB 214138221
HSL0.820.550.70
HSV295°38°87°
CMYK 0.030.380.00   0.13
XYZ49.871237.693673.0537
Yxy37.69360.31050.2347
Hunter Lab61.395137.5540-27.5723
CIE-Lab67.794242.0986-30.6157

#d68add color RGB value is (214,138,221).

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

The process color (four color CMYK) of #d68add color hex is 0.03, 0.38, 0.00, 0.13. Web safe color of #d68add is #cc99cc. Color #d68add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001010 11011101
Octal 326 212 335
Decimal 214 138 221
Hex D6 8A DD

RGB Percentages of Color #d68add

%37.35
%24.08
%38.57

CMYK Percentages of Color #d68add

%3
%38
%0
%13

Triadic Colors of #d68add

#d68add #ddd68a #8addd6

Analogous Colors of #d68add

#d68add #dd8abb #ad8add

Monochromatic Colors of #d68add

#d68add

Complementary Color

#d68add #91dd8a

#d68add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68add Color CSS Codes

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

#d68add Text Font Color

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

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


#d68add Background Color

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

This div background color is #d68add


#d68add Border Color

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

This div border color is #d68add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68add


Comments

No comments written yet.

Please login to write comment.