Color Hex Logo

#d7aecb Color Hex

#D7AECB
(215,174,203)
0 Favorites   0 Comments

Color spaces of #d7aecb

RGB 215174203
HSL0.880.340.76
HSV318°19°84°
CMYK 0.000.190.06   0.16
XYZ53.939949.031063.1209
Yxy49.03100.32480.2952
Hunter Lab70.022114.9645-4.4310
CIE-Lab75.470619.6922-9.0556

#d7aecb color RGB value is (215,174,203).

#d7aecb hex color red value is 215, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d7aecb hue: 0.88 , saturation: 0.34 and the lightness value of d7aecb is 0.76.

The process color (four color CMYK) of #d7aecb color hex is 0.00, 0.19, 0.06, 0.16. Web safe color of #d7aecb is #cc99cc. Color #d7aecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101110 11001011
Octal 327 256 313
Decimal 215 174 203
Hex D7 AE CB

RGB Percentages of Color #d7aecb

%36.32
%29.39
%34.29

CMYK Percentages of Color #d7aecb

%0
%19
%6
%16

Triadic Colors of #d7aecb

#d7aecb #cbd7ae #aecbd7

Analogous Colors of #d7aecb

#d7aecb #d7aeb7 #cfaed7

Monochromatic Colors of #d7aecb

#d7aecb

Complementary Color

#d7aecb #aed7ba

#d7aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7aecb Color CSS Codes

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

#d7aecb Text Font Color

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

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


#d7aecb Background Color

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

This div background color is #d7aecb


#d7aecb Border Color

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

This div border color is #d7aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7aecb


Comments

No comments written yet.

Please login to write comment.