Color Hex Logo

#cfbddb Color Hex

#CFBDDB
(207,189,219)
0 Favorites   0 Comments

Color spaces of #cfbddb

RGB 207189219
HSL0.770.290.80
HSV276°14°86°
CMYK 0.050.140.00   0.14
XYZ56.715954.775174.6012
Yxy54.77510.30480.2943
Hunter Lab74.01027.2712-7.9563
CIE-Lab78.911511.8436-12.6755

#cfbddb color RGB value is (207,189,219).

#cfbddb hex color red value is 207, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cfbddb hue: 0.77 , saturation: 0.29 and the lightness value of cfbddb is 0.80.

The process color (four color CMYK) of #cfbddb color hex is 0.05, 0.14, 0.00, 0.14. Web safe color of #cfbddb is #cccccc. Color #cfbddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111101 11011011
Octal 317 275 333
Decimal 207 189 219
Hex CF BD DB

RGB Percentages of Color #cfbddb

%33.66
%30.73
%35.61

CMYK Percentages of Color #cfbddb

%5
%14
%0
%14

Triadic Colors of #cfbddb

#cfbddb #dbcfbd #bddbcf

Analogous Colors of #cfbddb

#cfbddb #dbbdd8 #c0bddb

Monochromatic Colors of #cfbddb

#cfbddb

Complementary Color

#cfbddb #c9dbbd

#cfbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbddb Color CSS Codes

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

#cfbddb Text Font Color

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

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


#cfbddb Background Color

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

This div background color is #cfbddb


#cfbddb Border Color

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

This div border color is #cfbddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,189,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfbddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfbddb;
  -webkit-box-shadow: 1px 1px 3px 2px #cfbddb;
  box-shadow:         1px 1px 3px 2px #cfbddb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,189,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbddb


Comments

No comments written yet.

Please login to write comment.