Color Hex Logo

#cd6edd Color Hex

#CD6EDD
(205,110,221)
0 Favorites   0 Comments

Color spaces of #cd6edd

RGB 205110221
HSL0.810.620.65
HSV291°50°87°
CMYK 0.070.500.00   0.13
XYZ43.803929.351571.7633
Yxy29.35150.30230.2025
Hunter Lab54.177049.5133-40.6121
CIE-Lab61.090653.9270-41.1365

#cd6edd color RGB value is (205,110,221).

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

The process color (four color CMYK) of #cd6edd color hex is 0.07, 0.50, 0.00, 0.13. Web safe color of #cd6edd is #cc66cc. Color #cd6edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101110 11011101
Octal 315 156 335
Decimal 205 110 221
Hex CD 6E DD

RGB Percentages of Color #cd6edd

%38.25
%20.52
%41.23

CMYK Percentages of Color #cd6edd

%7
%50
%0
%13

Triadic Colors of #cd6edd

#cd6edd #ddcd6e #6eddcd

Analogous Colors of #cd6edd

#cd6edd #dd6eb6 #966edd

Monochromatic Colors of #cd6edd

#cd6edd

Complementary Color

#cd6edd #7edd6e

#cd6edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd6edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd6edd Color CSS Codes

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

#cd6edd Text Font Color

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

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


#cd6edd Background Color

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

This div background color is #cd6edd


#cd6edd Border Color

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

This div border color is #cd6edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd6edd


Comments

No comments written yet.

Please login to write comment.