Color Hex Logo

#cd6edb Color Hex

#CD6EDB
(205,110,219)
0 Favorites   0 Comments

Color spaces of #cd6edb

RGB 205110219
HSL0.810.600.65
HSV292°50°86°
CMYK 0.060.500.00   0.14
XYZ43.539029.245570.3680
Yxy29.24550.30410.2043
Hunter Lab54.079149.0716-39.2931
CIE-Lab60.997753.5474-40.1613

#cd6edb color RGB value is (205,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101110 11011011
Octal 315 156 333
Decimal 205 110 219
Hex CD 6E DB

RGB Percentages of Color #cd6edb

%38.39
%20.60
%41.01

CMYK Percentages of Color #cd6edb

%6
%50
%0
%14

Triadic Colors of #cd6edb

#cd6edb #dbcd6e #6edbcd

Analogous Colors of #cd6edb

#cd6edb #db6eb3 #976edb

Monochromatic Colors of #cd6edb

#cd6edb

Complementary Color

#cd6edb #7cdb6e

#cd6edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd6edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd6edb Color CSS Codes

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

#cd6edb Text Font Color

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

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


#cd6edb Background Color

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

This div background color is #cd6edb


#cd6edb Border Color

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

This div border color is #cd6edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd6edb


Comments

No comments written yet.

Please login to write comment.