Color Hex Logo

#d4acfa Color Hex

#D4ACFA
(212,172,250)
0 Favorites   0 Comments

Color spaces of #d4acfa

RGB 212172250
HSL0.750.890.83
HSV271°31°98°
CMYK 0.150.310.00   0.02
XYZ59.159250.404297.0534
Yxy50.40420.28630.2440
Hunter Lab70.995924.4969-31.3539
CIE-Lab76.316728.9883-33.3109

#d4acfa color RGB value is (212,172,250).

#d4acfa hex color red value is 212, green value is 172 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d4acfa hue: 0.75 , saturation: 0.89 and the lightness value of d4acfa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101100 11111010
Octal 324 254 372
Decimal 212 172 250
Hex D4 AC FA

RGB Percentages of Color #d4acfa

%33.44
%27.13
%39.43

CMYK Percentages of Color #d4acfa

%15
%31
%0
%2

Triadic Colors of #d4acfa

#d4acfa #fad4ac #acfad4

Analogous Colors of #d4acfa

#d4acfa #faacf9 #adacfa

Monochromatic Colors of #d4acfa

#d4acfa

Complementary Color

#d4acfa #d2faac

#d4acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4acfa Color CSS Codes

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

#d4acfa Text Font Color

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

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


#d4acfa Background Color

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

This div background color is #d4acfa


#d4acfa Border Color

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

This div border color is #d4acfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4acfa

Related Colors


Comments

No comments written yet.

Please login to write comment.