Color Hex Logo

#d8bfcc Color Hex

#D8BFCC
(216,191,204)
1 Favorites   0 Comments

Color spaces of #d8bfcc

RGB 216191204
HSL0.910.240.80
HSV329°12°85°
CMYK 0.000.120.06   0.15
XYZ57.848856.220264.9294
Yxy56.22020.32320.3141
Hunter Lab74.98016.50141.1436
CIE-Lab79.739011.0614-3.2740

#d8bfcc color RGB value is (216,191,204).

#d8bfcc hex color red value is 216, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d8bfcc hue: 0.91 , saturation: 0.24 and the lightness value of d8bfcc is 0.80.

The process color (four color CMYK) of #d8bfcc color hex is 0.00, 0.12, 0.06, 0.15. Web safe color of #d8bfcc is #cccccc. Color #d8bfcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111111 11001100
Octal 330 277 314
Decimal 216 191 204
Hex D8 BF CC

RGB Percentages of Color #d8bfcc

%35.35
%31.26
%33.39

CMYK Percentages of Color #d8bfcc

%0
%12
%6
%15

Triadic Colors of #d8bfcc

#d8bfcc #ccd8bf #bfccd8

Analogous Colors of #d8bfcc

#d8bfcc #d8bfc0 #d8bfd8

Monochromatic Colors of #d8bfcc

#d8bfcc

Complementary Color

#d8bfcc #bfd8cb

#d8bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bfcc Color CSS Codes

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

#d8bfcc Text Font Color

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

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


#d8bfcc Background Color

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

This div background color is #d8bfcc


#d8bfcc Border Color

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

This div border color is #d8bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bfcc


Comments

No comments written yet.

Please login to write comment.