Color Hex Logo

#d68dda Color Hex

#D68DDA
(214,141,218)
0 Favorites   0 Comments

Color spaces of #d68dda

RGB 214141218
HSL0.820.510.70
HSV297°35°85°
CMYK 0.020.350.00   0.15
XYZ49.911338.407971.1125
Yxy38.40790.31310.2409
Hunter Lab61.974135.3016-24.6507
CIE-Lab68.320239.9394-28.1440

#d68dda color RGB value is (214,141,218).

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

The process color (four color CMYK) of #d68dda color hex is 0.02, 0.35, 0.00, 0.15. Web safe color of #d68dda is #cc99cc. Color #d68dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001101 11011010
Octal 326 215 332
Decimal 214 141 218
Hex D6 8D DA

RGB Percentages of Color #d68dda

%37.35
%24.61
%38.05

CMYK Percentages of Color #d68dda

%2
%35
%0
%15

Triadic Colors of #d68dda

#d68dda #dad68d #8ddad6

Analogous Colors of #d68dda

#d68dda #da8db8 #b08dda

Monochromatic Colors of #d68dda

#d68dda

Complementary Color

#d68dda #91da8d

#d68dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68dda Color CSS Codes

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

#d68dda Text Font Color

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

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


#d68dda Background Color

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

This div background color is #d68dda


#d68dda Border Color

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

This div border color is #d68dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68dda


Comments

No comments written yet.

Please login to write comment.