Color Hex Logo

#cd6ddf Color Hex

#CD6DDF
(205,109,223)
0 Favorites   0 Comments

Color spaces of #cd6ddf

RGB 205109223
HSL0.810.640.65
HSV291°51°87°
CMYK 0.080.510.00   0.13
XYZ43.964829.244173.1395
Yxy29.24410.30040.1998
Hunter Lab54.077850.4828-42.3344
CIE-Lab60.996554.8051-42.4044

#cd6ddf color RGB value is (205,109,223).

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

The process color (four color CMYK) of #cd6ddf color hex is 0.08, 0.51, 0.00, 0.13. Web safe color of #cd6ddf is #cc66cc. Color #cd6ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101101 11011111
Octal 315 155 337
Decimal 205 109 223
Hex CD 6D DF

RGB Percentages of Color #cd6ddf

%38.18
%20.30
%41.53

CMYK Percentages of Color #cd6ddf

%8
%51
%0
%13

Triadic Colors of #cd6ddf

#cd6ddf #dfcd6d #6ddfcd

Analogous Colors of #cd6ddf

#cd6ddf #df6db8 #946ddf

Monochromatic Colors of #cd6ddf

#cd6ddf

Complementary Color

#cd6ddf #7fdf6d

#cd6ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd6ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd6ddf Color CSS Codes

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

#cd6ddf Text Font Color

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

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


#cd6ddf Background Color

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

This div background color is #cd6ddf


#cd6ddf Border Color

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

This div border color is #cd6ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd6ddf


Comments

No comments written yet.

Please login to write comment.