Color Hex Logo

#cda6ed Color Hex

#CDA6ED
(205,166,237)
0 Favorites   0 Comments

Color spaces of #cda6ed

RGB 205166237
HSL0.760.660.79
HSV273°30°93°
CMYK 0.140.300.00   0.07
XYZ54.099146.366086.2190
Yxy46.36600.28980.2484
Hunter Lab68.092622.6550-27.4083
CIE-Lab73.782427.3759-30.2337

#cda6ed color RGB value is (205,166,237).

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

The process color (four color CMYK) of #cda6ed color hex is 0.14, 0.30, 0.00, 0.07. Web safe color of #cda6ed is #cc99ff. Color #cda6ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100110 11101101
Octal 315 246 355
Decimal 205 166 237
Hex CD A6 ED

RGB Percentages of Color #cda6ed

%33.72
%27.30
%38.98

CMYK Percentages of Color #cda6ed

%14
%30
%0
%7

Triadic Colors of #cda6ed

#cda6ed #edcda6 #a6edcd

Analogous Colors of #cda6ed

#cda6ed #eda6ea #aaa6ed

Monochromatic Colors of #cda6ed

#cda6ed

Complementary Color

#cda6ed #c6eda6

#cda6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda6ed Color CSS Codes

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

#cda6ed Text Font Color

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

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


#cda6ed Background Color

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

This div background color is #cda6ed


#cda6ed Border Color

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

This div border color is #cda6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda6ed


Comments

No comments written yet.

Please login to write comment.