Color Hex Logo

#d1acfb Color Hex

#D1ACFB
(209,172,251)
0 Favorites   0 Comments

Color spaces of #d1acfb

RGB 209172251
HSL0.740.910.83
HSV268°31°98°
CMYK 0.170.310.00   0.02
XYZ58.459650.025497.8415
Yxy50.02540.28330.2425
Hunter Lab70.728623.7611-32.5080
CIE-Lab76.084828.2981-34.2302

#d1acfb color RGB value is (209,172,251).

#d1acfb hex color red value is 209, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d1acfb hue: 0.74 , saturation: 0.91 and the lightness value of d1acfb is 0.83.

The process color (four color CMYK) of #d1acfb color hex is 0.17, 0.31, 0.00, 0.02. Web safe color of #d1acfb is #cc99ff. Color #d1acfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101100 11111011
Octal 321 254 373
Decimal 209 172 251
Hex D1 AC FB

RGB Percentages of Color #d1acfb

%33.07
%27.22
%39.72

CMYK Percentages of Color #d1acfb

%17
%31
%0
%2

Triadic Colors of #d1acfb

#d1acfb #fbd1ac #acfbd1

Analogous Colors of #d1acfb

#d1acfb #f9acfb #acaffb

Monochromatic Colors of #d1acfb

#d1acfb

Complementary Color

#d1acfb #d6fbac

#d1acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1acfb Color CSS Codes

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

#d1acfb Text Font Color

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

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


#d1acfb Background Color

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

This div background color is #d1acfb


#d1acfb Border Color

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

This div border color is #d1acfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,172,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1acfb


Comments

No comments written yet.

Please login to write comment.