Color Hex Logo

#d7acec Color Hex

#D7ACEC
(215,172,236)
0 Favorites   0 Comments

Color spaces of #d7acec

RGB 215172236
HSL0.780.630.80
HSV280°27°93°
CMYK 0.090.270.00   0.07
XYZ57.917250.008285.9569
Yxy50.00820.29870.2579
Hunter Lab70.716522.4387-22.5663
CIE-Lab76.074327.0244-26.0944

#d7acec color RGB value is (215,172,236).

#d7acec hex color red value is 215, green value is 172 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d7acec hue: 0.78 , saturation: 0.63 and the lightness value of d7acec is 0.80.

The process color (four color CMYK) of #d7acec color hex is 0.09, 0.27, 0.00, 0.07. Web safe color of #d7acec is #cc99ff. Color #d7acec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101100 11101100
Octal 327 254 354
Decimal 215 172 236
Hex D7 AC EC

RGB Percentages of Color #d7acec

%34.51
%27.61
%37.88

CMYK Percentages of Color #d7acec

%9
%27
%0
%7

Triadic Colors of #d7acec

#d7acec #ecd7ac #acecd7

Analogous Colors of #d7acec

#d7acec #ecace1 #b7acec

Monochromatic Colors of #d7acec

#d7acec

Complementary Color

#d7acec #c1ecac

#d7acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7acec Color CSS Codes

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

#d7acec Text Font Color

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

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


#d7acec Background Color

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

This div background color is #d7acec


#d7acec Border Color

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

This div border color is #d7acec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7acec


Comments

No comments written yet.

Please login to write comment.