Color Hex Logo

#cf8ddb Color Hex

#CF8DDB
(207,141,219)
0 Favorites   0 Comments

Color spaces of #cf8ddb

RGB 207141219
HSL0.810.520.71
HSV291°36°86°
CMYK 0.050.360.00   0.14
XYZ48.043237.429671.7103
Yxy37.42960.30570.2381
Hunter Lab61.179733.1079-26.6695
CIE-Lab67.598137.9550-29.8739

#cf8ddb color RGB value is (207,141,219).

#cf8ddb hex color red value is 207, green value is 141 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cf8ddb hue: 0.81 , saturation: 0.52 and the lightness value of cf8ddb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001101 11011011
Octal 317 215 333
Decimal 207 141 219
Hex CF 8D DB

RGB Percentages of Color #cf8ddb

%36.51
%24.87
%38.62

CMYK Percentages of Color #cf8ddb

%5
%36
%0
%14

Triadic Colors of #cf8ddb

#cf8ddb #dbcf8d #8ddbcf

Analogous Colors of #cf8ddb

#cf8ddb #db8dc0 #a88ddb

Monochromatic Colors of #cf8ddb

#cf8ddb

Complementary Color

#cf8ddb #99db8d

#cf8ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf8ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf8ddb Color CSS Codes

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

#cf8ddb Text Font Color

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

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


#cf8ddb Background Color

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

This div background color is #cf8ddb


#cf8ddb Border Color

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

This div border color is #cf8ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf8ddb


Comments

No comments written yet.

Please login to write comment.