Color Hex Logo

#cf9ddd Color Hex

#CF9DDD
(207,157,221)
0 Favorites   0 Comments

Color spaces of #cf9ddd

RGB 207157221
HSL0.800.480.74
HSV287°29°87°
CMYK 0.060.290.00   0.13
XYZ50.840242.599873.9496
Yxy42.59980.30370.2545
Hunter Lab65.268524.8207-21.4879
CIE-Lab71.282529.6579-25.3142

#cf9ddd color RGB value is (207,157,221).

#cf9ddd hex color red value is 207, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cf9ddd hue: 0.80 , saturation: 0.48 and the lightness value of cf9ddd is 0.74.

The process color (four color CMYK) of #cf9ddd color hex is 0.06, 0.29, 0.00, 0.13. Web safe color of #cf9ddd is #cc99cc. Color #cf9ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011101 11011101
Octal 317 235 335
Decimal 207 157 221
Hex CF 9D DD

RGB Percentages of Color #cf9ddd

%35.38
%26.84
%37.78

CMYK Percentages of Color #cf9ddd

%6
%29
%0
%13

Triadic Colors of #cf9ddd

#cf9ddd #ddcf9d #9dddcf

Analogous Colors of #cf9ddd

#cf9ddd #dd9dcb #af9ddd

Monochromatic Colors of #cf9ddd

#cf9ddd

Complementary Color

#cf9ddd #abdd9d

#cf9ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9ddd Color CSS Codes

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

#cf9ddd Text Font Color

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

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


#cf9ddd Background Color

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

This div background color is #cf9ddd


#cf9ddd Border Color

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

This div border color is #cf9ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9ddd


Comments

No comments written yet.

Please login to write comment.