Color Hex Logo

#d69abc Color Hex

#D69ABC
(214,154,188)
0 Favorites   0 Comments

Color spaces of #d69abc

RGB 214154188
HSL0.910.420.72
HSV326°28°84°
CMYK 0.000.280.12   0.16
XYZ48.364341.038252.9490
Yxy41.03820.33980.2883
Hunter Lab64.061122.6556-4.1628
CIE-Lab70.202727.6137-8.6507

#d69abc color RGB value is (214,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011010 10111100
Octal 326 232 274
Decimal 214 154 188
Hex D6 9A BC

RGB Percentages of Color #d69abc

%38.49
%27.70
%33.81

CMYK Percentages of Color #d69abc

%0
%28
%12
%16

Triadic Colors of #d69abc

#d69abc #bcd69a #9abcd6

Analogous Colors of #d69abc

#d69abc #d69a9e #d29ad6

Monochromatic Colors of #d69abc

#d69abc

Complementary Color

#d69abc #9ad6b4

#d69abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69abc Color CSS Codes

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

#d69abc Text Font Color

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

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


#d69abc Background Color

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

This div background color is #d69abc


#d69abc Border Color

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

This div border color is #d69abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69abc


Comments

No comments written yet.

Please login to write comment.