Color Hex Logo

#d5bfc1 Color Hex

#D5BFC1
(213,191,193)
0 Favorites   0 Comments

Color spaces of #d5bfc1

RGB 213191193
HSL0.980.210.79
HSV355°10°84°
CMYK 0.000.100.09   0.16
XYZ55.697055.258058.1824
Yxy55.25800.32930.3267
Hunter Lab74.33573.65595.6289
CIE-Lab79.18968.10891.8243

#d5bfc1 color RGB value is (213,191,193).

#d5bfc1 hex color red value is 213, green value is 191 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #d5bfc1 hue: 0.98 , saturation: 0.21 and the lightness value of d5bfc1 is 0.79.

The process color (four color CMYK) of #d5bfc1 color hex is 0.00, 0.10, 0.09, 0.16. Web safe color of #d5bfc1 is #cccccc. Color #d5bfc1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111111 11000001
Octal 325 277 301
Decimal 213 191 193
Hex D5 BF C1

RGB Percentages of Color #d5bfc1

%35.68
%31.99
%32.33

CMYK Percentages of Color #d5bfc1

%0
%10
%9
%16

Triadic Colors of #d5bfc1

#d5bfc1 #c1d5bf #bfc1d5

Analogous Colors of #d5bfc1

#d5bfc1 #d5c8bf #d5bfcc

Monochromatic Colors of #d5bfc1

#d5bfc1

Complementary Color

#d5bfc1 #bfd5d3

#d5bfc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bfc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bfc1 Color CSS Codes

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

#d5bfc1 Text Font Color

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

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


#d5bfc1 Background Color

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

This div background color is #d5bfc1


#d5bfc1 Border Color

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

This div border color is #d5bfc1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,191,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bfc1


Comments

No comments written yet.

Please login to write comment.