Color Hex Logo

#cfa6eb Color Hex

#CFA6EB
(207,166,235)
0 Favorites   0 Comments

Color spaces of #cfa6eb

RGB 207166235
HSL0.770.630.79
HSV276°29°92°
CMYK 0.120.290.00   0.08
XYZ54.363746.536084.7143
Yxy46.53600.29290.2507
Hunter Lab68.217322.8699-25.8760
CIE-Lab73.892027.5779-28.9620

#cfa6eb color RGB value is (207,166,235).

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

The process color (four color CMYK) of #cfa6eb color hex is 0.12, 0.29, 0.00, 0.08. Web safe color of #cfa6eb is #cc99ff. Color #cfa6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 11101011
Octal 317 246 353
Decimal 207 166 235
Hex CF A6 EB

RGB Percentages of Color #cfa6eb

%34.05
%27.30
%38.65

CMYK Percentages of Color #cfa6eb

%12
%29
%0
%8

Triadic Colors of #cfa6eb

#cfa6eb #ebcfa6 #a6ebcf

Analogous Colors of #cfa6eb

#cfa6eb #eba6e5 #ada6eb

Monochromatic Colors of #cfa6eb

#cfa6eb

Complementary Color

#cfa6eb #c2eba6

#cfa6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa6eb Color CSS Codes

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

#cfa6eb Text Font Color

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

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


#cfa6eb Background Color

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

This div background color is #cfa6eb


#cfa6eb Border Color

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

This div border color is #cfa6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa6eb


Comments

No comments written yet.

Please login to write comment.