Color Hex Logo

#cfb0db Color Hex

#CFB0DB
(207,176,219)
0 Favorites   0 Comments

Color spaces of #cfb0db

RGB 207176219
HSL0.790.370.77
HSV283°20°86°
CMYK 0.050.200.00   0.14
XYZ54.043649.430573.7105
Yxy49.43050.30500.2790
Hunter Lab70.306814.1728-12.9455
CIE-Lab75.718418.8894-17.4764

#cfb0db color RGB value is (207,176,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 11011011
Octal 317 260 333
Decimal 207 176 219
Hex CF B0 DB

RGB Percentages of Color #cfb0db

%34.39
%29.24
%36.38

CMYK Percentages of Color #cfb0db

%5
%20
%0
%14

Triadic Colors of #cfb0db

#cfb0db #dbcfb0 #b0dbcf

Analogous Colors of #cfb0db

#cfb0db #dbb0d2 #bab0db

Monochromatic Colors of #cfb0db

#cfb0db

Complementary Color

#cfb0db #bcdbb0

#cfb0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb0db Color CSS Codes

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

#cfb0db Text Font Color

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

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


#cfb0db Background Color

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

This div background color is #cfb0db


#cfb0db Border Color

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

This div border color is #cfb0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb0db

#cfb0db Color Palettes


Comments

No comments written yet.

Please login to write comment.