Color Hex Logo

#cfa6dd Color Hex

#CFA6DD
(207,166,221)
0 Favorites   0 Comments

Color spaces of #cfa6dd

RGB 207166221
HSL0.790.450.76
HSV285°25°87°
CMYK 0.060.250.00   0.13
XYZ52.419545.758374.4760
Yxy45.75830.30360.2650
Hunter Lab67.644919.9450-17.9260
CIE-Lab73.388424.7406-22.0994

#cfa6dd color RGB value is (207,166,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 11011101
Octal 317 246 335
Decimal 207 166 221
Hex CF A6 DD

RGB Percentages of Color #cfa6dd

%34.85
%27.95
%37.21

CMYK Percentages of Color #cfa6dd

%6
%25
%0
%13

Triadic Colors of #cfa6dd

#cfa6dd #ddcfa6 #a6ddcf

Analogous Colors of #cfa6dd

#cfa6dd #dda6d0 #b4a6dd

Monochromatic Colors of #cfa6dd

#cfa6dd

Complementary Color

#cfa6dd #b4dda6

#cfa6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa6dd Color CSS Codes

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

#cfa6dd Text Font Color

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

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


#cfa6dd Background Color

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

This div background color is #cfa6dd


#cfa6dd Border Color

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

This div border color is #cfa6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa6dd


Comments

No comments written yet.

Please login to write comment.