Color Hex Logo

#d69abd Color Hex

#D69ABD
(214,154,189)
0 Favorites   0 Comments

Color spaces of #d69abd

RGB 214154189
HSL0.900.420.72
HSV325°28°84°
CMYK 0.000.280.12   0.16
XYZ48.472541.081553.5189
Yxy41.08150.33880.2871
Hunter Lab64.094922.8268-4.6405
CIE-Lab70.233027.7805-9.1607

#d69abd color RGB value is (214,154,189).

#d69abd hex color red value is 214, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d69abd hue: 0.90 , saturation: 0.42 and the lightness value of d69abd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011010 10111101
Octal 326 232 275
Decimal 214 154 189
Hex D6 9A BD

RGB Percentages of Color #d69abd

%38.42
%27.65
%33.93

CMYK Percentages of Color #d69abd

%0
%28
%12
%16

Triadic Colors of #d69abd

#d69abd #bdd69a #9abdd6

Analogous Colors of #d69abd

#d69abd #d69a9f #d19ad6

Monochromatic Colors of #d69abd

#d69abd

Complementary Color

#d69abd #9ad6b3

#d69abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69abd Color CSS Codes

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

#d69abd Text Font Color

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

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


#d69abd Background Color

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

This div background color is #d69abd


#d69abd Border Color

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

This div border color is #d69abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69abd


Comments

No comments written yet.

Please login to write comment.