Color Hex Logo

#cfb9da Color Hex

#CFB9DA
(207,185,218)
0 Favorites   0 Comments

Color spaces of #cfb9da

RGB 207185218
HSL0.780.310.79
HSV280°15°85°
CMYK 0.050.150.00   0.15
XYZ55.736053.025373.6270
Yxy53.02530.30560.2907
Hunter Lab72.81859.1934-8.9754
CIE-Lab77.889913.8088-13.6660

#cfb9da color RGB value is (207,185,218).

#cfb9da hex color red value is 207, green value is 185 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cfb9da hue: 0.78 , saturation: 0.31 and the lightness value of cfb9da is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 11011010
Octal 317 271 332
Decimal 207 185 218
Hex CF B9 DA

RGB Percentages of Color #cfb9da

%33.93
%30.33
%35.74

CMYK Percentages of Color #cfb9da

%5
%15
%0
%15

Triadic Colors of #cfb9da

#cfb9da #dacfb9 #b9dacf

Analogous Colors of #cfb9da

#cfb9da #dab9d5 #bfb9da

Monochromatic Colors of #cfb9da

#cfb9da

Complementary Color

#cfb9da #c4dab9

#cfb9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb9da Color CSS Codes

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

#cfb9da Text Font Color

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

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


#cfb9da Background Color

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

This div background color is #cfb9da


#cfb9da Border Color

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

This div border color is #cfb9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb9da


Comments

No comments written yet.

Please login to write comment.