Color Hex Logo

#d5afcb Color Hex

#D5AFCB
(213,175,203)
0 Favorites   0 Comments

Color spaces of #d5afcb

RGB 213175203
HSL0.880.310.76
HSV316°18°84°
CMYK 0.000.180.05   0.16
XYZ53.550049.117963.1582
Yxy49.11790.32290.2962
Hunter Lab70.084213.7412-4.3718
CIE-Lab75.524618.4596-8.9953

#d5afcb color RGB value is (213,175,203).

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

The process color (four color CMYK) of #d5afcb color hex is 0.00, 0.18, 0.05, 0.16. Web safe color of #d5afcb is #cc99cc. Color #d5afcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101111 11001011
Octal 325 257 313
Decimal 213 175 203
Hex D5 AF CB

RGB Percentages of Color #d5afcb

%36.04
%29.61
%34.35

CMYK Percentages of Color #d5afcb

%0
%18
%5
%16

Triadic Colors of #d5afcb

#d5afcb #cbd5af #afcbd5

Analogous Colors of #d5afcb

#d5afcb #d5afb8 #ccafd5

Monochromatic Colors of #d5afcb

#d5afcb

Complementary Color

#d5afcb #afd5b9

#d5afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5afcb Color CSS Codes

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

#d5afcb Text Font Color

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

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


#d5afcb Background Color

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

This div background color is #d5afcb


#d5afcb Border Color

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

This div border color is #d5afcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,175,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 #d5afcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5afcb


Comments

No comments written yet.

Please login to write comment.