Color Hex Logo

#cda6eb Color Hex

#CDA6EB
(205,166,235)
0 Favorites   0 Comments

Color spaces of #cda6eb

RGB 205166235
HSL0.760.630.79
HSV274°29°92°
CMYK 0.130.290.00   0.08
XYZ53.808546.249784.6883
Yxy46.24970.29130.2503
Hunter Lab68.007122.2200-26.2280
CIE-Lab73.707326.9564-29.2617

#cda6eb color RGB value is (205,166,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100110 11101011
Octal 315 246 353
Decimal 205 166 235
Hex CD A6 EB

RGB Percentages of Color #cda6eb

%33.83
%27.39
%38.78

CMYK Percentages of Color #cda6eb

%13
%29
%0
%8

Triadic Colors of #cda6eb

#cda6eb #ebcda6 #a6ebcd

Analogous Colors of #cda6eb

#cda6eb #eba6e7 #aba6eb

Monochromatic Colors of #cda6eb

#cda6eb

Complementary Color

#cda6eb #c4eba6

#cda6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda6eb Color CSS Codes

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

#cda6eb Text Font Color

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

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


#cda6eb Background Color

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

This div background color is #cda6eb


#cda6eb Border Color

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

This div border color is #cda6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda6eb


Comments

No comments written yet.

Please login to write comment.