Color Hex Logo

#cfa8dd Color Hex

#CFA8DD
(207,168,221)
0 Favorites   0 Comments

Color spaces of #cfa8dd

RGB 207168221
HSL0.790.440.76
HSV284°24°87°
CMYK 0.060.240.00   0.13
XYZ52.785946.491174.5982
Yxy46.49110.30360.2674
Hunter Lab68.184418.8656-17.1381
CIE-Lab73.863123.6478-21.3774

#cfa8dd color RGB value is (207,168,221).

#cfa8dd hex color red value is 207, green value is 168 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cfa8dd hue: 0.79 , saturation: 0.44 and the lightness value of cfa8dd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101000 11011101
Octal 317 250 335
Decimal 207 168 221
Hex CF A8 DD

RGB Percentages of Color #cfa8dd

%34.73
%28.19
%37.08

CMYK Percentages of Color #cfa8dd

%6
%24
%0
%13

Triadic Colors of #cfa8dd

#cfa8dd #ddcfa8 #a8ddcf

Analogous Colors of #cfa8dd

#cfa8dd #dda8d1 #b5a8dd

Monochromatic Colors of #cfa8dd

#cfa8dd

Complementary Color

#cfa8dd #b6dda8

#cfa8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa8dd Color CSS Codes

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

#cfa8dd Text Font Color

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

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


#cfa8dd Background Color

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

This div background color is #cfa8dd


#cfa8dd Border Color

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

This div border color is #cfa8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa8dd


Comments

No comments written yet.

Please login to write comment.