Color Hex Logo

#d68abd Color Hex

#D68ABD
(214,138,189)
0 Favorites   0 Comments

Color spaces of #d68abd

RGB 214138189
HSL0.890.480.69
HSV320°36°84°
CMYK 0.000.360.12   0.16
XYZ46.005336.147252.6965
Yxy36.14720.34120.2681
Hunter Lab60.122531.3724-9.8810
CIE-Lab66.632236.4050-14.5563

#d68abd color RGB value is (214,138,189).

#d68abd hex color red value is 214, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d68abd hue: 0.89 , saturation: 0.48 and the lightness value of d68abd is 0.69.

The process color (four color CMYK) of #d68abd color hex is 0.00, 0.36, 0.12, 0.16. Web safe color of #d68abd is #cc99cc. Color #d68abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001010 10111101
Octal 326 212 275
Decimal 214 138 189
Hex D6 8A BD

RGB Percentages of Color #d68abd

%39.56
%25.51
%34.94

CMYK Percentages of Color #d68abd

%0
%36
%12
%16

Triadic Colors of #d68abd

#d68abd #bdd68a #8abdd6

Analogous Colors of #d68abd

#d68abd #d68a97 #c98ad6

Monochromatic Colors of #d68abd

#d68abd

Complementary Color

#d68abd #8ad6a3

#d68abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68abd Color CSS Codes

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

#d68abd Text Font Color

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

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


#d68abd Background Color

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

This div background color is #d68abd


#d68abd Border Color

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

This div border color is #d68abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68abd


Comments

No comments written yet.

Please login to write comment.