Color Hex Logo

#d3acfe Color Hex

#D3ACFE
(211,172,254)
0 Favorites   0 Comments

Color spaces of #d3acfe

RGB 211172254
HSL0.750.980.84
HSV269°32°100°
CMYK 0.170.320.00   0.00
XYZ59.505950.5097100.3790
Yxy50.50970.28280.2401
Hunter Lab71.070225.0823-33.9916
CIE-Lab76.381129.5432-35.3737

#d3acfe color RGB value is (211,172,254).

#d3acfe hex color red value is 211, green value is 172 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d3acfe hue: 0.75 , saturation: 0.98 and the lightness value of d3acfe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101100 11111110
Octal 323 254 376
Decimal 211 172 254
Hex D3 AC FE

RGB Percentages of Color #d3acfe

%33.12
%27.00
%39.87

CMYK Percentages of Color #d3acfe

%17
%32
%0
%0

Triadic Colors of #d3acfe

#d3acfe #fed3ac #acfed3

Analogous Colors of #d3acfe

#d3acfe #fcacfe #acaefe

Monochromatic Colors of #d3acfe

#d3acfe

Complementary Color

#d3acfe #d7feac

#d3acfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3acfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3acfe Color CSS Codes

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

#d3acfe Text Font Color

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

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


#d3acfe Background Color

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

This div background color is #d3acfe


#d3acfe Border Color

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

This div border color is #d3acfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3acfe


Comments

No comments written yet.

Please login to write comment.