Color Hex Logo

#d1a8da Color Hex

#D1A8DA
(209,168,218)
0 Favorites   0 Comments

Color spaces of #d1a8da

RGB 209168218
HSL0.800.400.76
HSV289°23°85°
CMYK 0.040.230.00   0.15
XYZ52.952046.622572.5378
Yxy46.62250.30770.2709
Hunter Lab68.280718.9365-15.1901
CIE-Lab73.947723.7139-19.5931

#d1a8da color RGB value is (209,168,218).

#d1a8da hex color red value is 209, green value is 168 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d1a8da hue: 0.80 , saturation: 0.40 and the lightness value of d1a8da is 0.76.

The process color (four color CMYK) of #d1a8da color hex is 0.04, 0.23, 0.00, 0.15. Web safe color of #d1a8da is #cc99cc. Color #d1a8da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101000 11011010
Octal 321 250 332
Decimal 209 168 218
Hex D1 A8 DA

RGB Percentages of Color #d1a8da

%35.13
%28.24
%36.64

CMYK Percentages of Color #d1a8da

%4
%23
%0
%15

Triadic Colors of #d1a8da

#d1a8da #dad1a8 #a8dad1

Analogous Colors of #d1a8da

#d1a8da #daa8ca #b8a8da

Monochromatic Colors of #d1a8da

#d1a8da

Complementary Color

#d1a8da #b1daa8

#d1a8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1a8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1a8da Color CSS Codes

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

#d1a8da Text Font Color

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

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


#d1a8da Background Color

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

This div background color is #d1a8da


#d1a8da Border Color

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

This div border color is #d1a8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1a8da


Comments

No comments written yet.

Please login to write comment.