Color Hex Logo

#cd6eda Color Hex

#CD6EDA
(205,110,218)
0 Favorites   0 Comments

Color spaces of #cd6eda

RGB 205110218
HSL0.810.590.64
HSV293°50°85°
CMYK 0.060.500.00   0.15
XYZ43.407729.193069.6766
Yxy29.19300.30510.2052
Hunter Lab54.030548.8520-38.6377
CIE-Lab60.951653.3583-39.6726

#cd6eda color RGB value is (205,110,218).

#cd6eda hex color red value is 205, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cd6eda hue: 0.81 , saturation: 0.59 and the lightness value of cd6eda is 0.64.

The process color (four color CMYK) of #cd6eda color hex is 0.06, 0.50, 0.00, 0.15. Web safe color of #cd6eda is #cc66cc. Color #cd6eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101110 11011010
Octal 315 156 332
Decimal 205 110 218
Hex CD 6E DA

RGB Percentages of Color #cd6eda

%38.46
%20.64
%40.90

CMYK Percentages of Color #cd6eda

%6
%50
%0
%15

Triadic Colors of #cd6eda

#cd6eda #dacd6e #6edacd

Analogous Colors of #cd6eda

#cd6eda #da6eb1 #976eda

Monochromatic Colors of #cd6eda

#cd6eda

Complementary Color

#cd6eda #7bda6e

#cd6eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd6eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd6eda Color CSS Codes

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

#cd6eda Text Font Color

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

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


#cd6eda Background Color

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

This div background color is #cd6eda


#cd6eda Border Color

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

This div border color is #cd6eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd6eda


Comments

No comments written yet.

Please login to write comment.